#B0B546

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

Shades of Celery #B0B546

Tints of Celery #B0B546

Color information

#B0B546 (or 0xB0B546) is unknown color: approx Celery. HEX triplet: B0, B5 and 46. RGB value is (176,181,70). Sum of RGB (Red+Green+Blue) = 176+181+70=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B546 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B546 is #4F4AB9. Grayscale: #A7A7A7. Windows color (decimal): -5196474 or 4634032. OLE color: 4634032.

HSL color Cylindrical-coordinate representation of color #B0B546: hue angle of 62.7º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0B546 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB17618170-
CMYK0.0300.610.29
HSL62.7º44.22%49.22%-
HSV(B)62.7º61.33%70.98%-
XYZ35.5342.7212.17-
YUV166.8573.34134.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.22%
GREEN value IS 181 (71.09% from 255) = 42.39%
BLUE value IS 70 (27.73% from 255) = 16.39%
R=41.22%
G=42.39%
B=16.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176181700.0300.610.2962.744.2249.22
HexB0B546303D1D3f2c31
Octal260265106307535775461
Binary1011000010110101100011011011110111101111111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B546; }

 p { color: rgb(176,181,70); }

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

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

 a { background-color: rgb(176,181,70); }

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

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

 span { border-color: rgb(176,181,70); }

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