#B1B759

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

Shades of Olive Green #B1B759

Tints of Olive Green #B1B759

Color information

#B1B759 (or 0xB1B759) is unknown color: approx Olive Green. HEX triplet: B1, B7 and 59. RGB value is (177,183,89). Sum of RGB (Red+Green+Blue) = 177+183+89=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B759 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B759 is #4E48A6. Grayscale: #AAAAAA. Windows color (decimal): -5130407 or 5879729. OLE color: 5879729.

HSL color Cylindrical-coordinate representation of color #B1B759: hue angle of 63.83º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B1B759 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB17718389-
CMYK0.0300.510.28
HSL63.83º39.5%53.33%-
HSV(B)63.83º51.37%71.76%-
XYZ36.8743.9415.99-
YUV170.4982.01132.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 183 (71.88% from 255) = 40.76%
BLUE value IS 89 (35.16% from 255) = 19.82%
R=39.42%
G=40.76%
B=19.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal177183890.0300.510.2863.8339.553.33
HexB1B75930331C402735
Octal2612671313063341004765
Binary10110001101101111011001110110011111001000000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B759; }

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

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

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

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

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

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

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

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