#B0B356

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

Shades of Olive Green #B0B356

Tints of Olive Green #B0B356

Color information

#B0B356 (or 0xB0B356) is unknown color: approx Olive Green. HEX triplet: B0, B3 and 56. RGB value is (176,179,86). Sum of RGB (Red+Green+Blue) = 176+179+86=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B356 is #4F4CA9. Grayscale: #A7A7A7. Windows color (decimal): -5196970 or 5682096. OLE color: 5682096.

HSL color Cylindrical-coordinate representation of color #B0B356: hue angle of 61.94º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0B356 is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB17617986-
CMYK0.0200.520.30
HSL61.94º37.96%51.96%-
HSV(B)61.94º51.96%70.2%-
XYZ35.742.1415.06-
YUV167.582.01134.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 179 (70.31% from 255) = 40.59%
BLUE value IS 86 (33.98% from 255) = 19.50%
R=39.91%
G=40.59%
B=19.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal176179860.0200.520.3061.9437.9651.96
HexB0B35620341E3e2634
Octal260263126206436764664
Binary1011000010110011101011010011010011110111110100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B356; }

 p { color: rgb(176,179,86); }

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

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

 a { background-color: rgb(176,179,86); }

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

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

 span { border-color: rgb(176,179,86); }

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