#B1AB58

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

Shades of Olive Green #B1AB58

Tints of Olive Green #B1AB58

Color information

#B1AB58 (or 0xB1AB58) is unknown color: approx Olive Green. HEX triplet: B1, AB and 58. RGB value is (177,171,88). Sum of RGB (Red+Green+Blue) = 177+171+88=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1AB58 is #4E54A7. Grayscale: #A3A3A3. Windows color (decimal): -5133480 or 5811121. OLE color: 5811121.

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

Color convert

RGB17717188-
CMYK00.030.500.31
HSL55.96º36.33%51.96%-
HSV(B)55.96º50.28%69.41%-
XYZ34.4639.1814.98-
YUV163.3385.49137.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.60%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 88 (34.77% from 255) = 20.18%
R=40.60%
G=39.22%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771718800.030.500.3155.9636.3351.96
HexB1AB5803321F382434
Octal261253130036237704464
Binary1011000110101011101100001111001011111111000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB58; }

 p { color: rgb(177,171,88); }

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

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

 a { background-color: rgb(177,171,88); }

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

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

 span { border-color: rgb(177,171,88); }

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