#B0B245

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

Shades of Celery #B0B245

Tints of Celery #B0B245

Color information

#B0B245 (or 0xB0B245) is unknown color: approx Celery. HEX triplet: B0, B2 and 45. RGB value is (176,178,69). Sum of RGB (Red+Green+Blue) = 176+178+69=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0B245 is #4F4DBA. Grayscale: #A5A5A5. Windows color (decimal): -5197243 or 4567728. OLE color: 4567728.

HSL color Cylindrical-coordinate representation of color #B0B245: hue angle of 61.1º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0B245 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB17617869-
CMYK0.0100.610.30
HSL61.1º44.13%48.43%-
HSV(B)61.1º61.24%69.8%-
XYZ34.941.511.8-
YUV164.9873.84135.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.61%
GREEN value IS 178 (69.92% from 255) = 42.08%
BLUE value IS 69 (27.34% from 255) = 16.31%
R=41.61%
G=42.08%
B=16.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176178690.0100.610.3061.144.1348.43
HexB0B245103D1E3d2c30
Octal260262105107536755460
Binary101100001011001010001011011110111110111101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B245; }

 p { color: rgb(176,178,69); }

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

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

 a { background-color: rgb(176,178,69); }

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

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

 span { border-color: rgb(176,178,69); }

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