#B0B949

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

Shades of Celery #B0B949

Tints of Celery #B0B949

Color information

#B0B949 (or 0xB0B949) is unknown color: approx Celery. HEX triplet: B0, B9 and 49. RGB value is (176,185,73). Sum of RGB (Red+Green+Blue) = 176+185+73=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 185 - color contains mainly: green. Hex color #B0B949 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B949 is #4F46B6. Grayscale: #A9A9A9. Windows color (decimal): -5195447 or 4831664. OLE color: 4831664.

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

Color convert

RGB17618573-
CMYK0.0500.610.27
HSL64.82º44.44%50.59%-
HSV(B)64.82º60.54%72.55%-
XYZ36.4644.4112.95-
YUV169.5473.52132.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.55%
GREEN value IS 185 (72.66% from 255) = 42.63%
BLUE value IS 73 (28.91% from 255) = 16.82%
R=40.55%
G=42.63%
B=16.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176185730.0500.610.2764.8244.4450.59
HexB0B949503D1B412c33
Octal2602711115075331015463
Binary101100001011100110010011010111101110111000001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B949; }

 p { color: rgb(176,185,73); }

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

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

 a { background-color: rgb(176,185,73); }

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

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

 span { border-color: rgb(176,185,73); }

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