Shades of Spring Rain #A4CB94
Tints of Spring Rain #A4CB94
RGB
CMYK
RGB Variations
Color information
#A4CB94 (or 0xA4CB94) is known color: Spring Rain. HEX triplet: A4, CB and 94. RGB value is (164,203,148). Sum of RGB (Red+Green+Blue) = 164+203+148=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #A4CB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CB94 is #5B346B. Grayscale: #B9B9B9. Windows color (decimal): -5977196 or 9751460. OLE color: 9751460.
HSL color Cylindrical-coordinate representation of color #A4CB94: hue angle of 102.55º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4CB94 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 203 | 148 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.20 |
| HSL | 102.55º | 0.35% | 0.69% | - |
| HSV(B) | 102.55º | 0.27% | 0.8% | - |
| XYZ | 42.01 | 52.74 | 35.98 | - |
| YUV | 185.07 | 107.08 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 203 | 148 | 0.19 | 0 | 0.27 | 0.20 | 102.55 | 0.35 | 0.69 |
| Hex | A4 | CB | 94 | 13 | 0 | 1B | 14 | 67 | 23 | 45 |
| Octal | 244 | 313 | 224 | 23 | 0 | 33 | 24 | 147 | 43 | 105 |
| Binary | 10100100 | 11001011 | 10010100 | 10011 | 0 | 11011 | 10100 | 1100111 | 100011 | 1000101 |
Color Harmonies of #A4CB94
Complementary color
Monochromatic Colors of #A4CB94
Black with #A4CB94
Text Example
Text Example
White with #A4CB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CB94; }
p { color: rgb(164,203,148); }
H1.HeaderClassName
{
color: #A4CB94;
}
.AnyTagClassName
{
color: #A4CB94;
}
</style>
background-color css
<style>
a { background-color: #A4CB94; }
a { background-color: rgb(164,203,148); }
div.DivClassName
{
background-color: #A4CB94;
}
.BgClassName
{
background-color: #A4CB94;
}
</style>
border-color css
<style>
span { border-color: #A4CB94; }
span { border-color: rgb(164,203,148); }
td.TdClassName
{
border-color: #A4CB94;
}
.TagClassName
{
border-color: #A4CB94;
}
</style>