Html Css Color HEX #ABC2A2 Spring Rain

📋 copy color: '#ABC2A2'

red 171 ◦ green 194 ◦ blue 162

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

Shades of Spring Rain #ABC2A2

Tints of Spring Rain #ABC2A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 30.74%

R = 32.45%
G = 36.81%
B = 30.74%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.24

RGB Variations

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

Color information

#ABC2A2 (or 0xABC2A2) is known color: Spring Rain. HEX triplet: AB, C2 and A2. RGB value is (171,194,162). Sum of RGB (Red+Green+Blue) = 171+194+162=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 194 (76.17% from 255 or 36.81% from 527); Blue value is 162 (63.67% from 255 or 30.74% from 527); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC2A2 is #543D5D. Grayscale: #B7B7B7. Windows color (decimal): -5520734 or 10666667. OLE color: 10666667.

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

Color convert

RGB 171 194 162 -
CMYK 0.12 0 0.16 0.24
HSL 103.13º 0.21% 0.7% -
HSV(B) 103.13º 0.16% 0.76% -
XYZ 42.61 49.85 41.56 -
YUV 183.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 171 194 162 0.12 0 0.16 0.24 103.13 0.21 0.7
Hex AB C2 A2 C 0 10 18 67 15 46
Octal 253 302 242 14 0 20 30 147 25 106
Binary 10101011 11000010 10100010 1100 0 10000 11000 1100111 10101 1000110

Color Harmonies of #ABC2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC2A2

Black with #ABC2A2

Text Example


Text Example

White with #ABC2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC2A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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