#B5BC4F

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

Shades of Celery #B5BC4F

Tints of Celery #B5BC4F

Color information

#B5BC4F (or 0xB5BC4F) is unknown color: approx Celery. HEX triplet: B5, BC and 4F. RGB value is (181,188,79). Sum of RGB (Red+Green+Blue) = 181+188+79=448 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.40% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BC4F is #4A43B0. Grayscale: #ADADAD. Windows color (decimal): -4866993 or 5225653. OLE color: 5225653.

HSL color Cylindrical-coordinate representation of color #B5BC4F: hue angle of 63.85º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B5BC4F is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB18118879-
CMYK0.0400.580.26
HSL63.85º44.86%52.35%-
HSV(B)63.85º57.98%73.73%-
XYZ38.4546.3514.32-
YUV173.4874.68133.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.40%
GREEN value IS 188 (73.83% from 255) = 41.96%
BLUE value IS 79 (31.25% from 255) = 17.63%
R=40.40%
G=41.96%
B=17.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181188790.0400.580.2663.8544.8652.35
HexB5BC4F403A1A402d34
Octal2652741174072321005564
Binary101101011011110010011111000111010110101000000101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BC4F; }

 p { color: rgb(181,188,79); }

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

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

 a { background-color: rgb(181,188,79); }

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

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

 span { border-color: rgb(181,188,79); }

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