Shades of Spring Rain #ADCBA2
Tints of Spring Rain #ADCBA2
RGB
CMYK
RGB Variations
Color information
#ADCBA2 (or 0xADCBA2) is known color: Spring Rain. HEX triplet: AD, CB and A2. RGB value is (173,203,162). Sum of RGB (Red+Green+Blue) = 173+203+162=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 203 (79.69% from 255 or 37.73% from 538); Blue value is 162 (63.67% from 255 or 30.11% from 538); Max value from RGB is 203 - color contains mainly: green. Hex color #ADCBA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADCBA2 is #52345D. Grayscale: #BDBDBD. Windows color (decimal): -5387358 or 10668973. OLE color: 10668973.
HSL color Cylindrical-coordinate representation of color #ADCBA2: hue angle of 103.9º 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 #ADCBA2 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
RGB | 173 | 203 | 162 | - |
CMYK | 0.15 | 0 | 0.20 | 0.20 |
HSL | 103.9º | 0.28% | 0.72% | - |
HSV(B) | 103.9º | 0.2% | 0.8% | - |
XYZ | 45.11 | 54.2 | 42.27 | - |
YUV | 189.36 | 112.56 | 116.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 203 | 162 | 0.15 | 0 | 0.20 | 0.20 | 103.9 | 0.28 | 0.72 |
Hex | AD | CB | A2 | F | 0 | 14 | 14 | 68 | 1C | 48 |
Octal | 255 | 313 | 242 | 17 | 0 | 24 | 24 | 150 | 34 | 110 |
Binary | 10101101 | 11001011 | 10100010 | 1111 | 0 | 10100 | 10100 | 1101000 | 11100 | 1001000 |
Color Harmonies of #ADCBA2
Complementary color
Monochromatic Colors of #ADCBA2
Black with #ADCBA2
Text Example
Text Example
White with #ADCBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADCBA2; }
p { color: rgb(173,203,162); }
H1.HeaderClassName
{
color: #ADCBA2;
}
.AnyTagClassName
{
color: #ADCBA2;
}
</style>
background-color css
<style>
a { background-color: #ADCBA2; }
a { background-color: rgb(173,203,162); }
div.DivClassName
{
background-color: #ADCBA2;
}
.BgClassName
{
background-color: #ADCBA2;
}
</style>
border-color css
<style>
span { border-color: #ADCBA2; }
span { border-color: rgb(173,203,162); }
td.TdClassName
{
border-color: #ADCBA2;
}
.TagClassName
{
border-color: #ADCBA2;
}
</style>