#B2AE59

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

Shades of Olive Green #B2AE59

Tints of Olive Green #B2AE59

Color information

#B2AE59 (or 0xB2AE59) is unknown color: approx Olive Green. HEX triplet: B2, AE and 59. RGB value is (178,174,89). Sum of RGB (Red+Green+Blue) = 178+174+89=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 89 (35.16% from 255 or 20.18% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AE59 is #4D51A6. Grayscale: #A5A5A5. Windows color (decimal): -5067175 or 5877426. OLE color: 5877426.

HSL color Cylindrical-coordinate representation of color #B2AE59: hue angle of 57.3º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2AE59 is Cyan = 0, Magento = 0.02, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB17817489-
CMYK00.020.50.30
HSL57.3º36.63%52.35%-
HSV(B)57.3º50%69.8%-
XYZ35.340.4615.4-
YUV165.5184.83136.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.36%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 89 (35.16% from 255) = 20.18%
R=40.36%
G=39.46%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781748900.020.50.3057.336.6352.35
HexB2AE5902321E392534
Octal262256131026236714564
Binary1011001010101110101100101011001011110111001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AE59; }

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

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

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

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

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

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

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

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