#B3AD84

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

Shades of Neutral Green #B3AD84

Tints of Neutral Green #B3AD84

Color information

#B3AD84 (or 0xB3AD84) is unknown color: approx Neutral Green. HEX triplet: B3, AD and 84. RGB value is (179,173,132). Sum of RGB (Red+Green+Blue) = 179+173+132=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 132 (51.95% from 255 or 27.27% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AD84 is #4C527B. Grayscale: #AAAAAA. Windows color (decimal): -5001852 or 8695219. OLE color: 8695219.

HSL color Cylindrical-coordinate representation of color #B3AD84: hue angle of 52.34º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3AD84 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB179173132-
CMYK00.030.260.30
HSL52.34º23.62%60.98%-
HSV(B)52.34º26.26%70.2%-
XYZ37.741.1427.78-
YUV170.12106.49134.33-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 132 (51.95% from 255) = 27.27%
R=36.98%
G=35.74%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917313200.030.260.3052.3423.6260.98
HexB3AD84031A1E34183d
Octal263255204033236643075
Binary101100111010110110000100011110101111011010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD84; }

 p { color: rgb(179,173,132); }

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

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

 a { background-color: rgb(179,173,132); }

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

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

 span { border-color: rgb(179,173,132); }

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