#B3AA53

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

Shades of Olive Green #B3AA53

Tints of Olive Green #B3AA53

Color information

#B3AA53 (or 0xB3AA53) is unknown color: approx Olive Green. HEX triplet: B3, AA and 53. RGB value is (179,170,83). Sum of RGB (Red+Green+Blue) = 179+170+83=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 83 (32.81% from 255 or 19.21% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3AA53 is #4C55AC. Grayscale: #A3A3A3. Windows color (decimal): -5002669 or 5483187. OLE color: 5483187.

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

Color convert

RGB17917083-
CMYK00.050.540.30
HSL54.38º38.71%51.37%-
HSV(B)54.38º53.63%70.2%-
XYZ34.5338.9613.88-
YUV162.7782.98139.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 83 (32.81% from 255) = 19.21%
R=41.44%
G=39.35%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791708300.050.540.3054.3838.7151.37
HexB3AA5305361E362733
Octal263252123056636664763
Binary10110011101010101010011010111011011110110110100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA53; }

 p { color: rgb(179,170,83); }

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

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

 a { background-color: rgb(179,170,83); }

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

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

 span { border-color: rgb(179,170,83); }

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