#B3AA81

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

Shades of Neutral Green #B3AA81

Tints of Neutral Green #B3AA81

Color information

#B3AA81 (or 0xB3AA81) is unknown color: approx Neutral Green. HEX triplet: B3, AA and 81. RGB value is (179,170,129). Sum of RGB (Red+Green+Blue) = 179+170+129=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AA81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AA81 is #4C557E. Grayscale: #A8A8A8. Windows color (decimal): -5002623 or 8497843. OLE color: 8497843.

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

Color convert

RGB179170129-
CMYK00.050.280.30
HSL49.2º24.75%60.39%-
HSV(B)49.2º27.93%70.2%-
XYZ36.9339.9226.53-
YUV168.02105.98135.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.45%
GREEN value IS 170 (66.80% from 255) = 35.56%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=37.45%
G=35.56%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917012900.050.280.3049.224.7560.39
HexB3AA81051C1E31193c
Octal263252201053436613174
Binary1011001110101010100000010101111001111011000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AA81; }

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

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

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

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

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

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

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

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