#B3B060

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

Shades of Olive Green #B3B060

Tints of Olive Green #B3B060

Color information

#B3B060 (or 0xB3B060) is unknown color: approx Olive Green. HEX triplet: B3, B0 and 60. RGB value is (179,176,96). Sum of RGB (Red+Green+Blue) = 179+176+96=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B060 is #4C4F9F. Grayscale: #A8A8A8. Windows color (decimal): -5001120 or 6336691. OLE color: 6336691.

HSL color Cylindrical-coordinate representation of color #B3B060: hue angle of 57.83º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B3B060 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17917696-
CMYK00.020.460.30
HSL57.83º35.32%53.92%-
HSV(B)57.83º46.37%70.2%-
XYZ36.2341.4817.16-
YUV167.7887.49136-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 176 (69.14% from 255) = 39.02%
BLUE value IS 96 (37.89% from 255) = 21.29%
R=39.69%
G=39.02%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791769600.020.460.3057.8335.3253.92
HexB3B060022E1E3a2336
Octal263260140025636724366
Binary1011001110110000110000001010111011110111010100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B060; }

 p { color: rgb(179,176,96); }

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

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

 a { background-color: rgb(179,176,96); }

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

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

 span { border-color: rgb(179,176,96); }

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