#B9B54B

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

Shades of Celery #B9B54B

Tints of Celery #B9B54B

Color information

#B9B54B (or 0xB9B54B) is unknown color: approx Celery. HEX triplet: B9, B5 and 4B. RGB value is (185,181,75). Sum of RGB (Red+Green+Blue) = 185+181+75=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B54B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B54B is #464AB4. Grayscale: #AAAAAA. Windows color (decimal): -4606645 or 4961721. OLE color: 4961721.

HSL color Cylindrical-coordinate representation of color #B9B54B: hue angle of 57.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B9B54B is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18518175-
CMYK00.020.590.27
HSL57.82º44%50.98%-
HSV(B)57.82º59.46%72.55%-
XYZ37.843.8713.13-
YUV170.1174.33138.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 181 (71.09% from 255) = 41.04%
BLUE value IS 75 (29.69% from 255) = 17.01%
R=41.95%
G=41.04%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851817500.020.590.2757.824450.98
HexB9B54B023B1B3a2c33
Octal271265113027333725463
Binary1011100110110101100101101011101111011111010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B54B; }

 p { color: rgb(185,181,75); }

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

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

 a { background-color: rgb(185,181,75); }

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

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

 span { border-color: rgb(185,181,75); }

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