Shades of Spring Rain #99BB8C
Tints of Spring Rain #99BB8C
RGB
CMYK
RGB Variations
Color information
#99BB8C (or 0x99BB8C) is known color: Spring Rain. HEX triplet: 99, BB and 8C. RGB value is (153,187,140). Sum of RGB (Red+Green+Blue) = 153+187+140=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BB8C is #664473. Grayscale: #ABABAB. Windows color (decimal): -6702196 or 9223065. OLE color: 9223065.
HSL color Cylindrical-coordinate representation of color #99BB8C: hue angle of 103.4º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99BB8C is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 187 | 140 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.27 |
| HSL | 103.4º | 0.26% | 0.64% | - |
| HSV(B) | 103.4º | 0.25% | 0.73% | - |
| XYZ | 35.64 | 44.21 | 31.47 | - |
| YUV | 171.48 | 110.24 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 187 | 140 | 0.18 | 0 | 0.25 | 0.27 | 103.4 | 0.26 | 0.64 |
| Hex | 99 | BB | 8C | 12 | 0 | 19 | 1B | 67 | 1A | 40 |
| Octal | 231 | 273 | 214 | 22 | 0 | 31 | 33 | 147 | 32 | 100 |
| Binary | 10011001 | 10111011 | 10001100 | 10010 | 0 | 11001 | 11011 | 1100111 | 11010 | 1000000 |
Color Harmonies of #99BB8C
Complementary color
Monochromatic Colors of #99BB8C
Black with #99BB8C
Text Example
Text Example
White with #99BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99BB8C; }
p { color: rgb(153,187,140); }
H1.HeaderClassName
{
color: #99BB8C;
}
.AnyTagClassName
{
color: #99BB8C;
}
</style>
background-color css
<style>
a { background-color: #99BB8C; }
a { background-color: rgb(153,187,140); }
div.DivClassName
{
background-color: #99BB8C;
}
.BgClassName
{
background-color: #99BB8C;
}
</style>
border-color css
<style>
span { border-color: #99BB8C; }
span { border-color: rgb(153,187,140); }
td.TdClassName
{
border-color: #99BB8C;
}
.TagClassName
{
border-color: #99BB8C;
}
</style>