#B8BD4C

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

Shades of Celery #B8BD4C

Tints of Celery #B8BD4C

Color information

#B8BD4C (or 0xB8BD4C) is unknown color: approx Celery. HEX triplet: B8, BD and 4C. RGB value is (184,189,76). Sum of RGB (Red+Green+Blue) = 184+189+76=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BD4C is #4742B3. Grayscale: #AFAFAF. Windows color (decimal): -4670132 or 5029304. OLE color: 5029304.

HSL color Cylindrical-coordinate representation of color #B8BD4C: hue angle of 62.65º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8BD4C is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB18418976-
CMYK0.0300.600.26
HSL62.65º46.12%51.96%-
HSV(B)62.65º59.79%74.12%-
XYZ39.2747.1113.86-
YUV174.6272.34134.69-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.98%
GREEN value IS 189 (74.22% from 255) = 42.09%
BLUE value IS 76 (30.08% from 255) = 16.93%
R=40.98%
G=42.09%
B=16.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184189760.0300.600.2662.6546.1251.96
HexB8BD4C303C1A3f2e34
Octal270275114307432775664
Binary1011100010111101100110011011110011010111111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BD4C; }

 p { color: rgb(184,189,76); }

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

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

 a { background-color: rgb(184,189,76); }

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

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

 span { border-color: rgb(184,189,76); }

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