#B1AE4F

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

Shades of Olive Green #B1AE4F

Tints of Olive Green #B1AE4F

Color information

#B1AE4F (or 0xB1AE4F) is unknown color: approx Olive Green. HEX triplet: B1, AE and 4F. RGB value is (177,174,79). Sum of RGB (Red+Green+Blue) = 177+174+79=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AE4F is #4E51B0. Grayscale: #A4A4A4. Windows color (decimal): -5132721 or 5222065. OLE color: 5222065.

HSL color Cylindrical-coordinate representation of color #B1AE4F: hue angle of 58.16º degrees, saturation: 0.39, 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 #B1AE4F is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17717479-
CMYK00.020.550.31
HSL58.16º38.58%50.2%-
HSV(B)58.16º55.37%69.41%-
XYZ34.6840.1813.33-
YUV164.0779.99137.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 174 (68.36% from 255) = 40.47%
BLUE value IS 79 (31.25% from 255) = 18.37%
R=41.16%
G=40.47%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771747900.020.550.3158.1638.5850.2
HexB1AE4F02371F3a2732
Octal261256117026737724762
Binary1011000110101110100111101011011111111111010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE4F; }

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

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

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

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

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

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

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

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