#B6AE5A

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

Shades of Olive Green #B6AE5A

Tints of Olive Green #B6AE5A

Color information

#B6AE5A (or 0xB6AE5A) is unknown color: approx Olive Green. HEX triplet: B6, AE and 5A. RGB value is (182,174,90). Sum of RGB (Red+Green+Blue) = 182+174+90=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AE5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6AE5A is #4951A5. Grayscale: #A7A7A7. Windows color (decimal): -4805030 or 5942966. OLE color: 5942966.

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

Color convert

RGB18217490-
CMYK00.040.510.29
HSL54.78º38.66%53.33%-
HSV(B)54.78º50.55%71.37%-
XYZ36.2740.9615.67-
YUV166.8284.65138.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 90 (35.55% from 255) = 20.18%
R=40.81%
G=39.01%
B=20.18%

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
Decimal1821749000.040.510.2954.7838.6653.33
HexB6AE5A04331D372735
Octal266256132046335674765
Binary10110110101011101011010010011001111101110111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AE5A; }

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

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

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

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

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

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

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

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