Html Css Color HEX #ABBDA0 Spring Rain

📋 copy color: '#ABBDA0'

red 171 ◦ green 189 ◦ blue 160

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

Shades of Spring Rain #ABBDA0

Tints of Spring Rain #ABBDA0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.35%

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

R = 32.88%
G = 36.35%
B = 30.77%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#ABBDA0 (or 0xABBDA0) is known color: Spring Rain. HEX triplet: AB, BD and A0. RGB value is (171,189,160). Sum of RGB (Red+Green+Blue) = 171+189+160=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 160 (62.89% from 255 or 30.77% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBDA0 is #54425F. Grayscale: #B4B4B4. Windows color (decimal): -5522016 or 10534315. OLE color: 10534315.

HSL color Cylindrical-coordinate representation of color #ABBDA0: hue angle of 97.24º degrees, saturation: 0.18, 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 #ABBDA0 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 189 160 -
CMYK 0.10 0 0.15 0.26
HSL 97.24º 0.18% 0.68% -
HSV(B) 97.24º 0.15% 0.74% -
XYZ 41.34 47.59 40.27 -
YUV 180.31 116.54 121.36 -
System Red Green Blue C M Y K H S L
Decimal 171 189 160 0.10 0 0.15 0.26 97.24 0.18 0.68
Hex AB BD A0 A 0 F 1A 61 12 44
Octal 253 275 240 12 0 17 32 141 22 104
Binary 10101011 10111101 10100000 1010 0 1111 11010 1100001 10010 1000100

Color Harmonies of #ABBDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBDA0

Black with #ABBDA0

Text Example


Text Example

White with #ABBDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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