Html Css Color HEX #ABAF9B Green Spring

📋 copy color: '#ABAF9B'

red 171 ◦ green 175 ◦ blue 155

#ABAF9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Spring #ABAF9B

Tints of Green Spring #ABAF9B

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 value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#ABAF9B (or 0xABAF9B) is known color: 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

RGB 171 175 155 -
CMYK 0.02 0 0.11 0.31
HSL 72º 0.11% 0.65% -
HSV(B) 72º 0.11% 0.69% -
XYZ 38.04 41.68 37.05 -
YUV 171.52 118.67 127.63 -
System Red Green Blue C M Y K H S L
Decimal 171 175 155 0.02 0 0.11 0.31 72 0.11 0.65
Hex AB AF 9B 2 0 B 1F 48 B 41
Octal 253 257 233 2 0 13 37 110 13 101
Binary 10101011 10101111 10011011 10 0 1011 11111 1001000 1011 1000001

Color Harmonies of #ABAF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF9B

Black with #ABAF9B

Text Example


Text Example

White with #ABAF9B

Text Example


Text Example

HTML Codes & Css Web 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>