Shades of Granny Apple #B9EAC5
Tints of Granny Apple #B9EAC5
RGB
CMYK
RGB Variations
Color information
#B9EAC5 (or 0xB9EAC5) is known color: Granny Apple. HEX triplet: B9, EA and C5. RGB value is (185,234,197). Sum of RGB (Red+Green+Blue) = 185+234+197=616 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.03% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #B9EAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9EAC5 is #46153A. Grayscale: #D7D7D7. Windows color (decimal): -4592955 or 12970681. OLE color: 12970681.
HSL color Cylindrical-coordinate representation of color #B9EAC5: hue angle of 134.69º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9EAC5 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 234 | 197 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.08 |
| HSL | 134.69º | 0.54% | 0.82% | - |
| HSV(B) | 134.69º | 0.21% | 0.92% | - |
| XYZ | 59.51 | 73.19 | 63.81 | - |
| YUV | 215.13 | 117.77 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 234 | 197 | 0.21 | 0 | 0.16 | 0.08 | 134.69 | 0.54 | 0.82 |
| Hex | B9 | EA | C5 | 15 | 0 | 10 | 8 | 87 | 36 | 52 |
| Octal | 271 | 352 | 305 | 25 | 0 | 20 | 10 | 207 | 66 | 122 |
| Binary | 10111001 | 11101010 | 11000101 | 10101 | 0 | 10000 | 1000 | 10000111 | 110110 | 1010010 |
Color Harmonies of #B9EAC5
Complementary color
Monochromatic Colors of #B9EAC5
Black with #B9EAC5
Text Example
Text Example
White with #B9EAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EAC5; }
p { color: rgb(185,234,197); }
H1.HeaderClassName
{
color: #B9EAC5;
}
.AnyTagClassName
{
color: #B9EAC5;
}
</style>
background-color css
<style>
a { background-color: #B9EAC5; }
a { background-color: rgb(185,234,197); }
div.DivClassName
{
background-color: #B9EAC5;
}
.BgClassName
{
background-color: #B9EAC5;
}
</style>
border-color css
<style>
span { border-color: #B9EAC5; }
span { border-color: rgb(185,234,197); }
td.TdClassName
{
border-color: #B9EAC5;
}
.TagClassName
{
border-color: #B9EAC5;
}
</style>