#B1AA55

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

Shades of Olive Green #B1AA55

Tints of Olive Green #B1AA55

Color information

#B1AA55 (or 0xB1AA55) is unknown color: approx Olive Green. HEX triplet: B1, AA and 55. RGB value is (177,170,85). Sum of RGB (Red+Green+Blue) = 177+170+85=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AA55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AA55 is #4E55AA. Grayscale: #A2A2A2. Windows color (decimal): -5133739 or 5614257. OLE color: 5614257.

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

Color convert

RGB17717085-
CMYK00.040.520.31
HSL55.43º37.1%51.37%-
HSV(B)55.43º51.98%69.41%-
XYZ34.1538.7514.27-
YUV162.484.32138.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 85 (33.59% from 255) = 19.68%
R=40.97%
G=39.35%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771708500.040.520.3155.4337.151.37
HexB1AA5504341F372533
Octal261252125046437674563
Binary10110001101010101010101010011010011111110111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AA55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AA55; }

 p { color: rgb(177,170,85); }

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

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

 a { background-color: rgb(177,170,85); }

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

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

 span { border-color: rgb(177,170,85); }

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