#B9B745

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

Shades of Celery #B9B745

Tints of Celery #B9B745

Color information

#B9B745 (or 0xB9B745) is unknown color: approx Celery. HEX triplet: B9, B7 and 45. RGB value is (185,183,69). Sum of RGB (Red+Green+Blue) = 185+183+69=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B745 is #4648BA. Grayscale: #ABABAB. Windows color (decimal): -4606139 or 4569017. OLE color: 4569017.

HSL color Cylindrical-coordinate representation of color #B9B745: hue angle of 58.97º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9B745 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB18518369-
CMYK00.010.630.27
HSL58.97º45.67%49.8%-
HSV(B)58.97º62.7%72.55%-
XYZ38.0244.6112.24-
YUV170.670.66138.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 183 (71.88% from 255) = 41.88%
BLUE value IS 69 (27.34% from 255) = 15.79%
R=42.33%
G=41.88%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851836900.010.630.2758.9745.6749.8
HexB9B745013F1B3b2e32
Octal271267105017733735662
Binary101110011011011110001010111111111011111011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B745; }

 p { color: rgb(185,183,69); }

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

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

 a { background-color: rgb(185,183,69); }

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

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

 span { border-color: rgb(185,183,69); }

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