#B1AE56

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

Shades of Olive Green #B1AE56

Tints of Olive Green #B1AE56

Color information

#B1AE56 (or 0xB1AE56) is unknown color: approx Olive Green. HEX triplet: B1, AE and 56. RGB value is (177,174,86). Sum of RGB (Red+Green+Blue) = 177+174+86=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 86 (33.98% from 255 or 19.68% from 437); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AE56 is #4E51A9. Grayscale: #A5A5A5. Windows color (decimal): -5132714 or 5680817. OLE color: 5680817.

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

Color convert

RGB17717486-
CMYK00.020.510.31
HSL58.02º36.84%51.57%-
HSV(B)58.02º51.41%69.41%-
XYZ34.9540.2914.74-
YUV164.8683.49136.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.50%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 86 (33.98% from 255) = 19.68%
R=40.50%
G=39.82%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771748600.020.510.3158.0236.8451.57
HexB1AE5602331F3a2534
Octal261256126026337724564
Binary1011000110101110101011001011001111111111010100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE56; }

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

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

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

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

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

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

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

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