#B1B059

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

Shades of Olive Green #B1B059

Tints of Olive Green #B1B059

Color information

#B1B059 (or 0xB1B059) is unknown color: approx Olive Green. HEX triplet: B1, B0 and 59. RGB value is (177,176,89). Sum of RGB (Red+Green+Blue) = 177+176+89=442 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.05% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 177 - color contains mainly: red. Hex color #B1B059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B059 is #4E4FA6. Grayscale: #A6A6A6. Windows color (decimal): -5132199 or 5877937. OLE color: 5877937.

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

Color convert

RGB17717689-
CMYK00.010.500.31
HSL59.32º36.07%52.16%-
HSV(B)59.32º49.72%69.41%-
XYZ35.4641.1215.52-
YUV166.3884.33135.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.05%
GREEN value IS 176 (69.14% from 255) = 39.82%
BLUE value IS 89 (35.16% from 255) = 20.14%
R=40.05%
G=39.82%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771768900.010.500.3159.3236.0752.16
HexB1B05901321F3b2434
Octal261260131016237734464
Binary101100011011000010110010111001011111111011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B059; }

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

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

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

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

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

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

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

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