#AFBB95

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

Shades of Green Spring #AFBB95

Tints of Green Spring #AFBB95

Color information

#AFBB95 (or 0xAFBB95) is unknown color: approx Green Spring. HEX triplet: AF, BB and 95. RGB value is (175,187,149). Sum of RGB (Red+Green+Blue) = 175+187+149=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 149 (58.59% from 255 or 29.16% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB95 is #50446A. Grayscale: #B3B3B3. Windows color (decimal): -5260395 or 9812911. OLE color: 9812911.

HSL color Cylindrical-coordinate representation of color #AFBB95: hue angle of 78.95º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFBB95 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB175187149-
CMYK0.0600.200.27
HSL78.95º21.84%65.88%-
HSV(B)78.95º20.32%73.33%-
XYZ40.8746.8235.32-
YUV179.08111.02125.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 149 (58.59% from 255) = 29.16%
R=34.25%
G=36.59%
B=29.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871490.0600.200.2778.9521.8465.88
HexAFBB9560141B4f1642
Octal25727322560243311726102
Binary101011111011101110010101110010100110111001111101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB95; }

 p { color: rgb(175,187,149); }

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

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

 a { background-color: rgb(175,187,149); }

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

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

 span { border-color: rgb(175,187,149); }

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