#B9B64A

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

Shades of Celery #B9B64A

Tints of Celery #B9B64A

Color information

#B9B64A (or 0xB9B64A) is unknown color: approx Celery. HEX triplet: B9, B6 and 4A. RGB value is (185,182,74). Sum of RGB (Red+Green+Blue) = 185+182+74=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B64A is #4649B5. Grayscale: #ABABAB. Windows color (decimal): -4606390 or 4896441. OLE color: 4896441.

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

Color convert

RGB18518274-
CMYK00.020.60.27
HSL58.38º44.22%50.78%-
HSV(B)58.38º60%72.55%-
XYZ37.9744.2613.02-
YUV170.5873.49138.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.95%
GREEN value IS 182 (71.48% from 255) = 41.27%
BLUE value IS 74 (29.30% from 255) = 16.78%
R=41.95%
G=41.27%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851827400.020.60.2758.3844.2250.78
HexB9B64A023C1B3a2c33
Octal271266112027433725463
Binary1011100110110110100101001011110011011111010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B64A; }

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

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

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

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

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

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

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

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