#AFBC95

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

Shades of Green Spring #AFBC95

Tints of Green Spring #AFBC95

Color information

#AFBC95 (or 0xAFBC95) is unknown color: approx Green Spring. HEX triplet: AF, BC and 95. RGB value is (175,188,149). Sum of RGB (Red+Green+Blue) = 175+188+149=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 188 - color contains mainly: green. Hex color #AFBC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBC95 is #50436A. Grayscale: #B3B3B3. Windows color (decimal): -5260139 or 9813167. OLE color: 9813167.

HSL color Cylindrical-coordinate representation of color #AFBC95: hue angle of 80º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFBC95 is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB175188149-
CMYK0.0700.210.26
HSL80º22.54%66.08%-
HSV(B)80º20.74%73.73%-
XYZ41.0947.2535.39-
YUV179.67110.69124.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.18%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 149 (58.59% from 255) = 29.10%
R=34.18%
G=36.72%
B=29.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1751881490.0700.210.268022.5466.08
HexAFBC9570151A501742
Octal25727422570253212027102
Binary101011111011110010010101111010101110101010000101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBC95; }

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

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

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

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

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

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

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

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