#B0AE5E

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

Shades of Olive Green #B0AE5E

Tints of Olive Green #B0AE5E

Color information

#B0AE5E (or 0xB0AE5E) is unknown color: approx Olive Green. HEX triplet: B0, AE and 5E. RGB value is (176,174,94). Sum of RGB (Red+Green+Blue) = 176+174+94=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 174 (68.36% from 255 or 39.19% from 444); Blue value is 94 (37.11% from 255 or 21.17% from 444); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AE5E is #4F51A1. Grayscale: #A5A5A5. Windows color (decimal): -5198242 or 6205104. OLE color: 6205104.

HSL color Cylindrical-coordinate representation of color #B0AE5E: hue angle of 58.54º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0AE5E is Cyan = 0, Magento = 0.01, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB17617494-
CMYK00.010.470.31
HSL58.54º34.17%52.94%-
HSV(B)58.54º46.59%69.02%-
XYZ35.0640.3116.52-
YUV165.4887.66135.5-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.64%
GREEN value IS 174 (68.36% from 255) = 39.19%
BLUE value IS 94 (37.11% from 255) = 21.17%
R=39.64%
G=39.19%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761749400.010.470.3158.5434.1752.94
HexB0AE5E012F1F3b2235
Octal260256136015737734265
Binary101100001010111010111100110111111111111011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE5E; }

 p { color: rgb(176,174,94); }

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

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

 a { background-color: rgb(176,174,94); }

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

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

 span { border-color: rgb(176,174,94); }

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