#B1AC5C

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

Shades of Olive Green #B1AC5C

Tints of Olive Green #B1AC5C

Color information

#B1AC5C (or 0xB1AC5C) is unknown color: approx Olive Green. HEX triplet: B1, AC and 5C. RGB value is (177,172,92). Sum of RGB (Red+Green+Blue) = 177+172+92=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AC5C is #4E53A3. Grayscale: #A4A4A4. Windows color (decimal): -5133220 or 6073521. OLE color: 6073521.

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

Color convert

RGB17717292-
CMYK00.030.480.31
HSL56.47º35.27%52.75%-
HSV(B)56.47º48.02%69.41%-
XYZ34.8239.6215.94-
YUV164.3887.16137-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.14%
GREEN value IS 172 (67.58% from 255) = 39.00%
BLUE value IS 92 (36.33% from 255) = 20.86%
R=40.14%
G=39.00%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771729200.030.480.3156.4735.2752.75
HexB1AC5C03301F382335
Octal261254134036037704365
Binary1011000110101100101110001111000011111111000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC5C; }

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

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

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

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

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

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

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

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