#ABAF9B

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

Shades of Green Spring #ABAF9B

Tints of Green Spring #ABAF9B

Color information

#ABAF9B (or 0xABAF9B) is unknown color: approx Green Spring. HEX triplet: AB, AF and 9B. RGB value is (171,175,155). Sum of RGB (Red+Green+Blue) = 171+175+155=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF9B is #545064. Grayscale: #ABABAB. Windows color (decimal): -5525605 or 10203051. OLE color: 10203051.

HSL color Cylindrical-coordinate representation of color #ABAF9B: hue angle of 72º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ABAF9B is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB171175155-
CMYK0.0200.110.31
HSL72º11.11%64.71%-
HSV(B)72º11.43%68.63%-
XYZ38.0441.6837.05-
YUV171.52118.67127.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.13%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 155 (60.94% from 255) = 30.94%
R=34.13%
G=34.93%
B=30.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711751550.0200.110.317211.1164.71
HexABAF9B20B1F48b41
Octal25325723320133711013101
Binary101010111010111110011011100101111111100100010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF9B; }

 p { color: rgb(171,175,155); }

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

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

 a { background-color: rgb(171,175,155); }

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

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

 span { border-color: rgb(171,175,155); }

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