Html Css Color HEX #ABC2A0 Spring Rain

📋 copy color: '#ABC2A0'

red 171 ◦ green 194 ◦ blue 160

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

Shades of Spring Rain #ABC2A0

Tints of Spring Rain #ABC2A0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.95%

 BLUE value IS 160 (62.89% from 255) = 30.48%

R = 32.57%
G = 36.95%
B = 30.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#ABC2A0 (or 0xABC2A0) is known color: Spring Rain. HEX triplet: AB, C2 and A0. RGB value is (171,194,160). Sum of RGB (Red+Green+Blue) = 171+194+160=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC2A0 is #543D5F. Grayscale: #B7B7B7. Windows color (decimal): -5520736 or 10535595. OLE color: 10535595.

HSL color Cylindrical-coordinate representation of color #ABC2A0: hue angle of 100.59º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABC2A0 is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 160 -
CMYK 0.12 0 0.18 0.24
HSL 100.59º 0.22% 0.69% -
HSV(B) 100.59º 0.18% 0.76% -
XYZ 42.43 49.78 40.63 -
YUV 183.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 171 194 160 0.12 0 0.18 0.24 100.59 0.22 0.69
Hex AB C2 A0 C 0 12 18 65 16 45
Octal 253 302 240 14 0 22 30 145 26 105
Binary 10101011 11000010 10100000 1100 0 10010 11000 1100101 10110 1000101

Color Harmonies of #ABC2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC2A0

Black with #ABC2A0

Text Example


Text Example

White with #ABC2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC2A0; }

 p { color: rgb(171,194,160); }

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

background-color css

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

 a { background-color: rgb(171,194,160); }

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

border-color css

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

 span { border-color: rgb(171,194,160); }

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