#b1ae5f

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

Shades of Olive Green #B1AE5F

Tints of Olive Green #B1AE5F

Color information

#B1AE5F (or 0xB1AE5F) is unknown color: approx Olive Green. HEX triplet: B1, AE and 5F. RGB value is (177,174,95). Sum of RGB (Red+Green+Blue) = 177+174+95=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AE5F is #4E51A0. Grayscale: #A6A6A6. Windows color (decimal): -5132705 or 6270641. OLE color: 6270641.

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

Color convert

RGB17717495-
CMYK00.020.460.31
HSL57.8º34.45%53.33%-
HSV(B)57.8º46.33%69.41%-
XYZ35.3340.4516.77-
YUV165.8987.99135.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 95 (37.5% from 255) = 21.30%
R=39.69%
G=39.01%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771749500.020.460.3157.834.4553.33
HexB1AE5F022E1F3a2235
Octal261256137025637724265
Binary1011000110101110101111101010111011111111010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1ae5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1ae5f; }

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

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

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

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

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

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

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

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