#B9BE40

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

Shades of Celery #B9BE40

Tints of Celery #B9BE40

Color information

#B9BE40 (or 0xB9BE40) is unknown color: approx Celery. HEX triplet: B9, BE and 40. RGB value is (185,190,64). Sum of RGB (Red+Green+Blue) = 185+190+64=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 190 (74.61% from 255 or 43.28% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BE40 is #4641BF. Grayscale: #AEAEAE. Windows color (decimal): -4604352 or 4243129. OLE color: 4243129.

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

Color convert

RGB18519064-
CMYK0.0300.660.25
HSL62.38º49.61%49.8%-
HSV(B)62.38º66.32%74.51%-
XYZ39.3547.5111.95-
YUV174.1465.84135.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 190 (74.61% from 255) = 43.28%
BLUE value IS 64 (25.39% from 255) = 14.58%
R=42.14%
G=43.28%
B=14.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185190640.0300.660.2562.3849.6149.8
HexB9BE403042193e3232
Octal2712761003010231766262
Binary10111001101111101000000110100001011001111110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BE40; }

 p { color: rgb(185,190,64); }

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

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

 a { background-color: rgb(185,190,64); }

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

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

 span { border-color: rgb(185,190,64); }

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