Html Css Color HEX #ABCCA1 Spring Rain

📋 copy color: '#ABCCA1'

red 171 ◦ green 204 ◦ blue 161

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

Shades of Spring Rain #ABCCA1

Tints of Spring Rain #ABCCA1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.06%

 BLUE value IS 161 (63.28% from 255) = 30.04%

R = 31.9%
G = 38.06%
B = 30.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.2

RGB Variations

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

Color information

#ABCCA1 (or 0xABCCA1) is known color: Spring Rain. HEX triplet: AB, CC and A1. RGB value is (171,204,161). Sum of RGB (Red+Green+Blue) = 171+204+161=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 204 (80.08% from 255 or 38.06% from 536); Blue value is 161 (63.28% from 255 or 30.04% from 536); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCA1 is #54335E. Grayscale: #BDBDBD. Windows color (decimal): -5518175 or 10603691. OLE color: 10603691.

HSL color Cylindrical-coordinate representation of color #ABCCA1: hue angle of 106.05º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABCCA1 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 161 -
CMYK 0.16 0 0.21 0.2
HSL 106.05º 0.3% 0.72% -
HSV(B) 106.05º 0.21% 0.8% -
XYZ 44.82 54.42 41.86 -
YUV 189.23 112.07 115 -
System Red Green Blue C M Y K H S L
Decimal 171 204 161 0.16 0 0.21 0.2 106.05 0.3 0.72
Hex AB CC A1 10 0 15 14 6A 1E 48
Octal 253 314 241 20 0 25 24 152 36 110
Binary 10101011 11001100 10100001 10000 0 10101 10100 1101010 11110 1001000

Color Harmonies of #ABCCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCA1

Black with #ABCCA1

Text Example


Text Example

White with #ABCCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCA1; }

 p { color: rgb(171,204,161); }

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

background-color css

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

 a { background-color: rgb(171,204,161); }

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

border-color css

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

 span { border-color: rgb(171,204,161); }

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