#AFBB91

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

Shades of Green Spring #AFBB91

Tints of Green Spring #AFBB91

Color information

#AFBB91 (or 0xAFBB91) is unknown color: approx Green Spring. HEX triplet: AF, BB and 91. RGB value is (175,187,145). Sum of RGB (Red+Green+Blue) = 175+187+145=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB91 is #50446E. Grayscale: #B2B2B2. Windows color (decimal): -5260399 or 9550767. OLE color: 9550767.

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

Color convert

RGB175187145-
CMYK0.0600.220.27
HSL77.14º23.6%65.1%-
HSV(B)77.14º22.46%73.33%-
XYZ40.5646.733.66-
YUV178.62109.02125.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.52%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 145 (57.03% from 255) = 28.60%
R=34.52%
G=36.88%
B=28.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871450.0600.220.2777.1423.665.1
HexAFBB9160161B4d1841
Octal25727322160263311530101
Binary101011111011101110010001110010110110111001101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB91; }

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

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

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

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

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

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

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

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