#B1B05A

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

Shades of Olive Green #B1B05A

Tints of Olive Green #B1B05A

Color information

#B1B05A (or 0xB1B05A) is unknown color: approx Olive Green. HEX triplet: B1, B0 and 5A. RGB value is (177,176,90). Sum of RGB (Red+Green+Blue) = 177+176+90=443 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.95% from 443); Green value is 176 (69.14% from 255 or 39.73% from 443); Blue value is 90 (35.55% from 255 or 20.32% from 443); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B05A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B05A is #4E4FA5. Grayscale: #A6A6A6. Windows color (decimal): -5132198 or 5943473. OLE color: 5943473.

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

Color convert

RGB17717690-
CMYK00.010.490.31
HSL59.31º35.8%52.35%-
HSV(B)59.31º49.15%69.41%-
XYZ35.541.1415.74-
YUV166.4984.83135.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.95%
GREEN value IS 176 (69.14% from 255) = 39.73%
BLUE value IS 90 (35.55% from 255) = 20.32%
R=39.95%
G=39.73%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771769000.010.490.3159.3135.852.35
HexB1B05A01311F3b2434
Octal261260132016137734464
Binary101100011011000010110100111000111111111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B05A; }

 p { color: rgb(177,176,90); }

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

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

 a { background-color: rgb(177,176,90); }

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

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

 span { border-color: rgb(177,176,90); }

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