#B0A956

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

Shades of Olive Green #B0A956

Tints of Olive Green #B0A956

Color information

#B0A956 (or 0xB0A956) is unknown color: approx Olive Green. HEX triplet: B0, A9 and 56. RGB value is (176,169,86). Sum of RGB (Red+Green+Blue) = 176+169+86=431 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.84% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A956 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0A956 is #4F56A9. Grayscale: #A1A1A1. Windows color (decimal): -5199530 or 5679536. OLE color: 5679536.

HSL color Cylindrical-coordinate representation of color #B0A956: hue angle of 55.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0A956 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB17616986-
CMYK00.040.510.31
HSL55.33º36.29%51.37%-
HSV(B)55.33º51.14%69.02%-
XYZ33.7738.2814.41-
YUV161.6385.32138.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.84%
GREEN value IS 169 (66.41% from 255) = 39.21%
BLUE value IS 86 (33.98% from 255) = 19.95%
R=40.84%
G=39.21%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761698600.040.510.3155.3336.2951.37
HexB0A95604331F372433
Octal260251126046337674463
Binary10110000101010011010110010011001111111110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A956; }

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

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

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

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

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

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

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

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