#B9B64C

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

Shades of Celery #B9B64C

Tints of Celery #B9B64C

Color information

#B9B64C (or 0xB9B64C) is unknown color: approx Celery. HEX triplet: B9, B6 and 4C. RGB value is (185,182,76). Sum of RGB (Red+Green+Blue) = 185+182+76=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B64C is #4649B3. Grayscale: #ABABAB. Windows color (decimal): -4606388 or 5027513. OLE color: 5027513.

HSL color Cylindrical-coordinate representation of color #B9B64C: hue angle of 58.35º 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 #B9B64C is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18518276-
CMYK00.020.590.27
HSL58.35º43.78%51.18%-
HSV(B)58.35º58.92%72.55%-
XYZ38.0444.2913.38-
YUV170.8174.49138.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 76 (30.08% from 255) = 17.16%
R=41.76%
G=41.08%
B=17.16%

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
Decimal1851827600.020.590.2758.3543.7851.18
HexB9B64C023B1B3a2c33
Octal271266114027333725463
Binary1011100110110110100110001011101111011111010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B64C; }

 p { color: rgb(185,182,76); }

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

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

 a { background-color: rgb(185,182,76); }

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

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

 span { border-color: rgb(185,182,76); }

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