Html Css Color HEX #ABBCA0 Spring Rain

📋 copy color: '#ABBCA0'

red 171 ◦ green 188 ◦ blue 160

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

Shades of Spring Rain #ABBCA0

Tints of Spring Rain #ABBCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.22%

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

R = 32.95%
G = 36.22%
B = 30.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#ABBCA0 (or 0xABBCA0) is known color: Spring Rain. HEX triplet: AB, BC and A0. RGB value is (171,188,160). Sum of RGB (Red+Green+Blue) = 171+188+160=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBCA0 is #54435F. Grayscale: #B3B3B3. Windows color (decimal): -5522272 or 10534059. OLE color: 10534059.

HSL color Cylindrical-coordinate representation of color #ABBCA0: hue angle of 96.43º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABBCA0 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 188 160 -
CMYK 0.09 0 0.15 0.26
HSL 96.43º 0.17% 0.68% -
HSV(B) 96.43º 0.15% 0.74% -
XYZ 41.12 47.16 40.19 -
YUV 179.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 171 188 160 0.09 0 0.15 0.26 96.43 0.17 0.68
Hex AB BC A0 9 0 F 1A 60 11 44
Octal 253 274 240 11 0 17 32 140 21 104
Binary 10101011 10111100 10100000 1001 0 1111 11010 1100000 10001 1000100

Color Harmonies of #ABBCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBCA0

Black with #ABBCA0

Text Example


Text Example

White with #ABBCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBCA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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