#B9BF3E

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

Shades of Celery #B9BF3E

Tints of Celery #B9BF3E

Color information

#B9BF3E (or 0xB9BF3E) is unknown color: approx Celery. HEX triplet: B9, BF and 3E. RGB value is (185,191,62). Sum of RGB (Red+Green+Blue) = 185+191+62=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #B9BF3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BF3E is #4640C1. Grayscale: #AFAFAF. Windows color (decimal): -4604098 or 4112313. OLE color: 4112313.

HSL color Cylindrical-coordinate representation of color #B9BF3E: hue angle of 62.79º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B9BF3E is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB18519162-
CMYK0.0300.680.25
HSL62.79º50.99%49.61%-
HSV(B)62.79º67.54%74.9%-
XYZ39.5147.9211.73-
YUV174.564.51135.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 191 (75% from 255) = 43.61%
BLUE value IS 62 (24.61% from 255) = 14.16%
R=42.24%
G=43.61%
B=14.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185191620.0300.680.2562.7950.9949.61
HexB9BF3E3044193f3332
Octal271277763010431776362
Binary1011100110111111111110110100010011001111111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BF3E; }

 p { color: rgb(185,191,62); }

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

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

 a { background-color: rgb(185,191,62); }

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

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

 span { border-color: rgb(185,191,62); }

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