Html Css Color HEX #ABAF98 Green Spring

📋 copy color: '#ABAF98'

red 171 ◦ green 175 ◦ blue 152

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

Shades of Green Spring #ABAF98

Tints of Green Spring #ABAF98

RGB

 RED value IS 171 (67.19% from 255) = 34.34%

 GREEN value IS 175 (68.75% from 255) = 35.14%

 BLUE value IS 152 (59.77% from 255) = 30.52%

R = 34.34%
G = 35.14%
B = 30.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#ABAF98 (or 0xABAF98) is known color: Green Spring. HEX triplet: AB, AF and 98. RGB value is (171,175,152). Sum of RGB (Red+Green+Blue) = 171+175+152=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF98 is #545067. Grayscale: #ABABAB. Windows color (decimal): -5525608 or 10006443. OLE color: 10006443.

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

Color convert

RGB 171 175 152 -
CMYK 0.02 0 0.13 0.31
HSL 70.43º 0.13% 0.64% -
HSV(B) 70.43º 0.13% 0.69% -
XYZ 37.79 41.58 35.74 -
YUV 171.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 171 175 152 0.02 0 0.13 0.31 70.43 0.13 0.64
Hex AB AF 98 2 0 D 1F 46 D 40
Octal 253 257 230 2 0 15 37 106 15 100
Binary 10101011 10101111 10011000 10 0 1101 11111 1000110 1101 1000000

Color Harmonies of #ABAF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF98

Black with #ABAF98

Text Example


Text Example

White with #ABAF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF98; }

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

 H1.HeaderClassName
 {
   color: #ABAF98;
 }
 .AnyTagClassName
 {
   color: #ABAF98;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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