#B3B159

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

Shades of Olive Green #B3B159

Tints of Olive Green #B3B159

Color information

#B3B159 (or 0xB3B159) is unknown color: approx Olive Green. HEX triplet: B3, B1 and 59. RGB value is (179,177,89). Sum of RGB (Red+Green+Blue) = 179+177+89=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 177 (69.53% from 255 or 39.78% from 445); Blue value is 89 (35.16% from 255 or 20% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B159 is #4C4EA6. Grayscale: #A7A7A7. Windows color (decimal): -5000871 or 5878195. OLE color: 5878195.

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

Color convert

RGB17917789-
CMYK00.010.500.30
HSL58.67º37.19%52.55%-
HSV(B)58.67º50.28%70.2%-
XYZ36.1241.7515.61-
YUV167.5783.66136.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791778900.010.500.3058.6737.1952.55
HexB3B15901321E3b2535
Octal263261131016236734565
Binary101100111011000110110010111001011110111011100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B159; }

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

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

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

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

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

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

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

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