#B0AE4F

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

Shades of Olive Green #B0AE4F

Tints of Olive Green #B0AE4F

Color information

#B0AE4F (or 0xB0AE4F) is unknown color: approx Olive Green. HEX triplet: B0, AE and 4F. RGB value is (176,174,79). Sum of RGB (Red+Green+Blue) = 176+174+79=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 79 (31.25% from 255 or 18.41% from 429); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0AE4F is #4F51B0. Grayscale: #A4A4A4. Windows color (decimal): -5198257 or 5222064. OLE color: 5222064.

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

Color convert

RGB17617479-
CMYK00.010.550.31
HSL58.76º38.04%50%-
HSV(B)58.76º55.11%69.02%-
XYZ34.4540.0713.31-
YUV163.7780.16136.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.03%
GREEN value IS 174 (68.36% from 255) = 40.56%
BLUE value IS 79 (31.25% from 255) = 18.41%
R=41.03%
G=40.56%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761747900.010.550.3158.7638.0450
HexB0AE4F01371F3b2632
Octal260256117016737734662
Binary101100001010111010011110111011111111111011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE4F; }

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

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

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

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

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

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

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

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