#B0AE4E

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

Shades of Olive Green #B0AE4E

Tints of Olive Green #B0AE4E

Color information

#B0AE4E (or 0xB0AE4E) is unknown color: approx Olive Green. HEX triplet: B0, AE and 4E. RGB value is (176,174,78). Sum of RGB (Red+Green+Blue) = 176+174+78=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AE4E is #4F51B1. Grayscale: #A4A4A4. Windows color (decimal): -5198258 or 5156528. OLE color: 5156528.

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

Color convert

RGB17617478-
CMYK00.010.560.31
HSL58.78º38.58%49.8%-
HSV(B)58.78º55.68%69.02%-
XYZ34.4240.0513.12-
YUV163.6579.66136.81-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.12%
GREEN value IS 174 (68.36% from 255) = 40.65%
BLUE value IS 78 (30.86% from 255) = 18.22%
R=41.12%
G=40.65%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761747800.010.560.3158.7838.5849.8
HexB0AE4E01381F3b2732
Octal260256116017037734762
Binary101100001010111010011100111100011111111011100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE4E; }

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

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

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

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

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

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

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

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