#B9B648

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

Shades of Celery #B9B648

Tints of Celery #B9B648

Color information

#B9B648 (or 0xB9B648) is unknown color: approx Celery. HEX triplet: B9, B6 and 48. RGB value is (185,182,72). Sum of RGB (Red+Green+Blue) = 185+182+72=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B648 is #4649B7. Grayscale: #AAAAAA. Windows color (decimal): -4606392 or 4765369. OLE color: 4765369.

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

Color convert

RGB18518272-
CMYK00.020.610.27
HSL58.41º44.66%50.39%-
HSV(B)58.41º61.08%72.55%-
XYZ37.9144.2412.67-
YUV170.3672.49138.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.14%
GREEN value IS 182 (71.48% from 255) = 41.46%
BLUE value IS 72 (28.52% from 255) = 16.40%
R=42.14%
G=41.46%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851827200.020.610.2758.4144.6650.39
HexB9B648023D1B3a2d32
Octal271266110027533725562
Binary1011100110110110100100001011110111011111010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B648; }

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

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

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

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

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

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

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

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