Shades of Spring Rain #ACCB9A
Tints of Spring Rain #ACCB9A
RGB
CMYK
RGB Variations
Color information
#ACCB9A (or 0xACCB9A) is known color: Spring Rain. HEX triplet: AC, CB and 9A. RGB value is (172,203,154). Sum of RGB (Red+Green+Blue) = 172+203+154=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCB9A is #533465. Grayscale: #BCBCBC. Windows color (decimal): -5452902 or 10144684. OLE color: 10144684.
HSL color Cylindrical-coordinate representation of color #ACCB9A: hue angle of 97.96º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACCB9A is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 154 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.20 |
| HSL | 97.96º | 0.32% | 0.7% | - |
| HSV(B) | 97.96º | 0.24% | 0.8% | - |
| XYZ | 44.2 | 53.82 | 38.63 | - |
| YUV | 188.15 | 108.73 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 154 | 0.15 | 0 | 0.24 | 0.20 | 97.96 | 0.32 | 0.7 |
| Hex | AC | CB | 9A | F | 0 | 18 | 14 | 62 | 20 | 46 |
| Octal | 254 | 313 | 232 | 17 | 0 | 30 | 24 | 142 | 40 | 106 |
| Binary | 10101100 | 11001011 | 10011010 | 1111 | 0 | 11000 | 10100 | 1100010 | 100000 | 1000110 |
Color Harmonies of #ACCB9A
Complementary color
Monochromatic Colors of #ACCB9A
Black with #ACCB9A
Text Example
Text Example
White with #ACCB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCB9A; }
p { color: rgb(172,203,154); }
H1.HeaderClassName
{
color: #ACCB9A;
}
.AnyTagClassName
{
color: #ACCB9A;
}
</style>
background-color css
<style>
a { background-color: #ACCB9A; }
a { background-color: rgb(172,203,154); }
div.DivClassName
{
background-color: #ACCB9A;
}
.BgClassName
{
background-color: #ACCB9A;
}
</style>
border-color css
<style>
span { border-color: #ACCB9A; }
span { border-color: rgb(172,203,154); }
td.TdClassName
{
border-color: #ACCB9A;
}
.TagClassName
{
border-color: #ACCB9A;
}
</style>