Shades of Spring Rain #ABCBA3
Tints of Spring Rain #ABCBA3
RGB
CMYK
RGB Variations
Color information
#ABCBA3 (or 0xABCBA3) is known color: Spring Rain. HEX triplet: AB, CB and A3. RGB value is (171,203,163). Sum of RGB (Red+Green+Blue) = 171+203+163=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 163 (64.06% from 255 or 30.35% from 537); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCBA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCBA3 is #54345C. Grayscale: #BDBDBD. Windows color (decimal): -5518429 or 10734507. OLE color: 10734507.
HSL color Cylindrical-coordinate representation of color #ABCBA3: hue angle of 108º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABCBA3 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
RGB | 171 | 203 | 163 | - |
CMYK | 0.16 | 0 | 0.20 | 0.20 |
HSL | 108º | 0.28% | 0.72% | - |
HSV(B) | 108º | 0.2% | 0.8% | - |
XYZ | 44.76 | 54.01 | 42.72 | - |
YUV | 188.87 | 113.4 | 115.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 203 | 163 | 0.16 | 0 | 0.20 | 0.20 | 108 | 0.28 | 0.72 |
Hex | AB | CB | A3 | 10 | 0 | 14 | 14 | 6C | 1C | 48 |
Octal | 253 | 313 | 243 | 20 | 0 | 24 | 24 | 154 | 34 | 110 |
Binary | 10101011 | 11001011 | 10100011 | 10000 | 0 | 10100 | 10100 | 1101100 | 11100 | 1001000 |
Color Harmonies of #ABCBA3
Complementary color
Monochromatic Colors of #ABCBA3
Black with #ABCBA3
Text Example
Text Example
White with #ABCBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCBA3; }
p { color: rgb(171,203,163); }
H1.HeaderClassName
{
color: #ABCBA3;
}
.AnyTagClassName
{
color: #ABCBA3;
}
</style>
background-color css
<style>
a { background-color: #ABCBA3; }
a { background-color: rgb(171,203,163); }
div.DivClassName
{
background-color: #ABCBA3;
}
.BgClassName
{
background-color: #ABCBA3;
}
</style>
border-color css
<style>
span { border-color: #ABCBA3; }
span { border-color: rgb(171,203,163); }
td.TdClassName
{
border-color: #ABCBA3;
}
.TagClassName
{
border-color: #ABCBA3;
}
</style>