#B6B156

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

Shades of Olive Green #B6B156

Tints of Olive Green #B6B156

Color information

#B6B156 (or 0xB6B156) is unknown color: approx Olive Green. HEX triplet: B6, B1 and 56. RGB value is (182,177,86). Sum of RGB (Red+Green+Blue) = 182+177+86=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B156 is #494EA9. Grayscale: #A8A8A8. Windows color (decimal): -4804266 or 5681590. OLE color: 5681590.

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

Color convert

RGB18217786-
CMYK00.030.530.29
HSL56.88º39.67%52.55%-
HSV(B)56.88º52.75%71.37%-
XYZ36.6942.0614.99-
YUV168.1281.66137.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 177 (69.53% from 255) = 39.78%
BLUE value IS 86 (33.98% from 255) = 19.33%
R=40.90%
G=39.78%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821778600.030.530.2956.8839.6752.55
HexB6B15603351D392835
Octal266261126036535715065
Binary1011011010110001101011001111010111101111001101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B156; }

 p { color: rgb(182,177,86); }

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

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

 a { background-color: rgb(182,177,86); }

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

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

 span { border-color: rgb(182,177,86); }

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