#B9BC4E

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

Shades of Celery #B9BC4E

Tints of Celery #B9BC4E

Color information

#B9BC4E (or 0xB9BC4E) is unknown color: approx Celery. HEX triplet: B9, BC and 4E. RGB value is (185,188,78). Sum of RGB (Red+Green+Blue) = 185+188+78=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BC4E is #4643B1. Grayscale: #AFAFAF. Windows color (decimal): -4604850 or 5160121. OLE color: 5160121.

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

Color convert

RGB18518878-
CMYK0.0200.590.26
HSL61.64º45.08%52.16%-
HSV(B)61.64º58.51%73.73%-
XYZ39.3746.8314.17-
YUV174.5673.51135.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 188 (73.83% from 255) = 41.69%
BLUE value IS 78 (30.86% from 255) = 17.29%
R=41.02%
G=41.69%
B=17.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185188780.0200.590.2661.6445.0852.16
HexB9BC4E203B1A3e2d34
Octal271274116207332765564
Binary1011100110111100100111010011101111010111110101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BC4E; }

 p { color: rgb(185,188,78); }

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

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

 a { background-color: rgb(185,188,78); }

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

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

 span { border-color: rgb(185,188,78); }

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