#B8BD40

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

Shades of Celery #B8BD40

Tints of Celery #B8BD40

Color information

#B8BD40 (or 0xB8BD40) is unknown color: approx Celery. HEX triplet: B8, BD and 40. RGB value is (184,189,64). Sum of RGB (Red+Green+Blue) = 184+189+64=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 189 (74.22% from 255 or 43.25% from 437); Blue value is 64 (25.39% from 255 or 14.65% from 437); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BD40 is #4742BF. Grayscale: #ADADAD. Windows color (decimal): -4670144 or 4242872. OLE color: 4242872.

HSL color Cylindrical-coordinate representation of color #B8BD40: hue angle of 62.4º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8BD40 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB18418964-
CMYK0.0300.660.26
HSL62.4º49.41%49.61%-
HSV(B)62.4º66.14%74.12%-
XYZ38.8946.9611.86-
YUV173.2666.34135.66-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 189 (74.22% from 255) = 43.25%
BLUE value IS 64 (25.39% from 255) = 14.65%
R=42.11%
G=43.25%
B=14.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184189640.0300.660.2662.449.4149.61
HexB8BD4030421A3e3132
Octal2702751003010232766162
Binary10111000101111011000000110100001011010111110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BD40; }

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

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

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

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

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

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

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

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