#B6AE59

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

Shades of Olive Green #B6AE59

Tints of Olive Green #B6AE59

Color information

#B6AE59 (or 0xB6AE59) is unknown color: approx Olive Green. HEX triplet: B6, AE and 59. RGB value is (182,174,89). Sum of RGB (Red+Green+Blue) = 182+174+89=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 174 (68.36% from 255 or 39.10% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AE59 is #4951A6. Grayscale: #A7A7A7. Windows color (decimal): -4805031 or 5877430. OLE color: 5877430.

HSL color Cylindrical-coordinate representation of color #B6AE59: hue angle of 54.84º 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 #B6AE59 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB18217489-
CMYK00.040.510.29
HSL54.84º38.91%53.14%-
HSV(B)54.84º51.1%71.37%-
XYZ36.2340.9415.44-
YUV166.784.15138.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.90%
GREEN value IS 174 (68.36% from 255) = 39.10%
BLUE value IS 89 (35.16% from 255) = 20%
R=40.90%
G=39.10%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821748900.040.510.2954.8438.9153.14
HexB6AE5904331D372735
Octal266256131046335674765
Binary10110110101011101011001010011001111101110111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE59; }

 p { color: rgb(182,174,89); }

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

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

 a { background-color: rgb(182,174,89); }

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

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

 span { border-color: rgb(182,174,89); }

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