#B1AF55

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

Shades of Olive Green #B1AF55

Tints of Olive Green #B1AF55

Color information

#B1AF55 (or 0xB1AF55) is unknown color: approx Olive Green. HEX triplet: B1, AF and 55. RGB value is (177,175,85). Sum of RGB (Red+Green+Blue) = 177+175+85=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AF55 is #4E50AA. Grayscale: #A5A5A5. Windows color (decimal): -5132459 or 5615537. OLE color: 5615537.

HSL color Cylindrical-coordinate representation of color #B1AF55: hue angle of 58.7º 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 #B1AF55 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB17717585-
CMYK00.010.520.31
HSL58.7º37.1%51.37%-
HSV(B)58.7º51.98%69.41%-
XYZ35.140.6614.59-
YUV165.3482.66136.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 85 (33.59% from 255) = 19.45%
R=40.50%
G=40.05%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771758500.010.520.3158.737.151.37
HexB1AF5501341F3b2533
Octal261257125016437734563
Binary101100011010111110101010111010011111111011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF55; }

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

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

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

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

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

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

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

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