#B8C14E

Color #B8C14E Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #B8C14E

Tints of Celery #B8C14E

Color information

#B8C14E (or 0xB8C14E) is unknown color: approx Celery. HEX triplet: B8, C1 and 4E. RGB value is (184,193,78). Sum of RGB (Red+Green+Blue) = 184+193+78=455 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.44% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C14E is #473EB1. Grayscale: #B1B1B1. Windows color (decimal): -4669106 or 5161400. OLE color: 5161400.

HSL color Cylindrical-coordinate representation of color #B8C14E: hue angle of 64.7º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8C14E is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB18419378-
CMYK0.0500.600.24
HSL64.7º48.12%53.14%-
HSV(B)64.7º59.59%75.69%-
XYZ40.2148.8814.52-
YUV177.272.02132.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 40.44%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 78 (30.86% from 255) = 17.14%
R=40.44%
G=42.42%
B=17.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal184193780.0500.600.2464.748.1253.14
HexB8C14E503C18413035
Octal2703011165074301016065
Binary101110001100000110011101010111100110001000001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C14E; }

 p { color: rgb(184,193,78); }

 H1.HeaderClassName
 {
   color: #B8C14E;
 }
 .AnyTagClassName
 {
   color: #B8C14E;
 }
</style>
background-color css

<style>
 a { background-color: #B8C14E; }

 a { background-color: rgb(184,193,78); }

 div.DivClassName
 {
   background-color: #B8C14E;
 }
 .BgClassName
 {
   background-color: #B8C14E;
 }
</style>
border-color css

<style>
 span { border-color: #B8C14E; }

 span { border-color: rgb(184,193,78); }

 td.TdClassName
 {
   border-color: #B8C14E;
 }
 .TagClassName
 {
   border-color: #B8C14E;
 }
</style>