#B1B359

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

Shades of Olive Green #B1B359

Tints of Olive Green #B1B359

Color information

#B1B359 (or 0xB1B359) is unknown color: approx Olive Green. HEX triplet: B1, B3 and 59. RGB value is (177,179,89). Sum of RGB (Red+Green+Blue) = 177+179+89=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #B1B359 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B359 is #4E4CA6. Grayscale: #A8A8A8. Windows color (decimal): -5131431 or 5878705. OLE color: 5878705.

HSL color Cylindrical-coordinate representation of color #B1B359: hue angle of 61.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B1B359 is Cyan = 0.01, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB17717989-
CMYK0.0100.500.30
HSL61.33º37.19%52.55%-
HSV(B)61.33º50.28%70.2%-
XYZ36.0542.3115.72-
YUV168.1483.34134.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 179 (70.31% from 255) = 40.22%
BLUE value IS 89 (35.16% from 255) = 20%
R=39.78%
G=40.22%
B=20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177179890.0100.500.3061.3337.1952.55
HexB1B35910321E3d2535
Octal261263131106236754565
Binary101100011011001110110011011001011110111101100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B359; }

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

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

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

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

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

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

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

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