#B3AF83

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

Shades of Neutral Green #B3AF83

Tints of Neutral Green #B3AF83

Color information

#B3AF83 (or 0xB3AF83) is unknown color: approx Neutral Green. HEX triplet: B3, AF and 83. RGB value is (179,175,131). Sum of RGB (Red+Green+Blue) = 179+175+131=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AF83 is #4C507C. Grayscale: #ABABAB. Windows color (decimal): -5001341 or 8630195. OLE color: 8630195.

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

Color convert

RGB179175131-
CMYK00.020.270.30
HSL55º24%60.78%-
HSV(B)55º26.82%70.2%-
XYZ38.0241.8827.55-
YUV171.18105.33133.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.91%
GREEN value IS 175 (68.75% from 255) = 36.08%
BLUE value IS 131 (51.56% from 255) = 27.01%
R=36.91%
G=36.08%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917513100.020.270.30552460.78
HexB3AF83021B1E37183d
Octal263257203023336673075
Binary101100111010111110000011010110111111011011111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AF83; }

 p { color: rgb(179,175,131); }

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

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

 a { background-color: rgb(179,175,131); }

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

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

 span { border-color: rgb(179,175,131); }

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