#AFBA98

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

Shades of Green Spring #AFBA98

Tints of Green Spring #AFBA98

Color information

#AFBA98 (or 0xAFBA98) is unknown color: approx Green Spring. HEX triplet: AF, BA and 98. RGB value is (175,186,152). Sum of RGB (Red+Green+Blue) = 175+186+152=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA98 is #504567. Grayscale: #B2B2B2. Windows color (decimal): -5260648 or 10009263. OLE color: 10009263.

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

Color convert

RGB175186152-
CMYK0.0600.180.27
HSL79.41º19.77%66.27%-
HSV(B)79.41º18.28%72.94%-
XYZ40.9146.536.52-
YUV178.83112.86125.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 186 (73.05% from 255) = 36.26%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=34.11%
G=36.26%
B=29.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861520.0600.180.2779.4119.7766.27
HexAFBA9860121B4f1442
Octal25727223060223311724102
Binary101011111011101010011000110010010110111001111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA98; }

 p { color: rgb(175,186,152); }

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

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

 a { background-color: rgb(175,186,152); }

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

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

 span { border-color: rgb(175,186,152); }

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