#AFBB94

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

Shades of Green Spring #AFBB94

Tints of Green Spring #AFBB94

Color information

#AFBB94 (or 0xAFBB94) is unknown color: approx Green Spring. HEX triplet: AF, BB and 94. RGB value is (175,187,148). Sum of RGB (Red+Green+Blue) = 175+187+148=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 187 - color contains mainly: green. Hex color #AFBB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBB94 is #50446B. Grayscale: #B3B3B3. Windows color (decimal): -5260396 or 9747375. OLE color: 9747375.

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

Color convert

RGB175187148-
CMYK0.0600.210.27
HSL78.46º22.29%65.69%-
HSV(B)78.46º20.86%73.33%-
XYZ40.7946.7934.9-
YUV178.97110.52125.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.31%
GREEN value IS 187 (73.44% from 255) = 36.67%
BLUE value IS 148 (58.20% from 255) = 29.02%
R=34.31%
G=36.67%
B=29.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751871480.0600.210.2778.4622.2965.69
HexAFBB9460151B4e1642
Octal25727322460253311626102
Binary101011111011101110010100110010101110111001110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBB94; }

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

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

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

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

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

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

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

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