#B1AC5A

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

Shades of Olive Green #B1AC5A

Tints of Olive Green #B1AC5A

Color information

#B1AC5A (or 0xB1AC5A) is unknown color: approx Olive Green. HEX triplet: B1, AC and 5A. RGB value is (177,172,90). Sum of RGB (Red+Green+Blue) = 177+172+90=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC5A is #4E53A5. Grayscale: #A4A4A4. Windows color (decimal): -5133222 or 5942449. OLE color: 5942449.

HSL color Cylindrical-coordinate representation of color #B1AC5A: hue angle of 56.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1AC5A is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17717290-
CMYK00.030.490.31
HSL56.55º35.8%52.35%-
HSV(B)56.55º49.15%69.41%-
XYZ34.7339.5915.48-
YUV164.1586.16137.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.32%
GREEN value IS 172 (67.58% from 255) = 39.18%
BLUE value IS 90 (35.55% from 255) = 20.50%
R=40.32%
G=39.18%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771729000.030.490.3156.5535.852.35
HexB1AC5A03311F392434
Octal261254132036137714464
Binary1011000110101100101101001111000111111111001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC5A; }

 p { color: rgb(177,172,90); }

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

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

 a { background-color: rgb(177,172,90); }

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

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

 span { border-color: rgb(177,172,90); }

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