#B6B15A

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

Shades of Olive Green #B6B15A

Tints of Olive Green #B6B15A

Color information

#B6B15A (or 0xB6B15A) is unknown color: approx Olive Green. HEX triplet: B6, B1 and 5A. RGB value is (182,177,90). Sum of RGB (Red+Green+Blue) = 182+177+90=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B15A is #494EA5. Grayscale: #A8A8A8. Windows color (decimal): -4804262 or 5943734. OLE color: 5943734.

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

Color convert

RGB18217790-
CMYK00.030.510.29
HSL56.74º38.66%53.33%-
HSV(B)56.74º50.55%71.37%-
XYZ36.8642.1315.86-
YUV168.5883.66137.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 177 (69.53% from 255) = 39.42%
BLUE value IS 90 (35.55% from 255) = 20.04%
R=40.53%
G=39.42%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821779000.030.510.2956.7438.6653.33
HexB6B15A03331D392735
Octal266261132036335714765
Binary1011011010110001101101001111001111101111001100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B15A; }

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

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

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

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

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

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

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

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