Shades of Granny Apple #B9FFC7
Tints of Granny Apple #B9FFC7
RGB
CMYK
RGB Variations
Color information
#B9FFC7 (or 0xB9FFC7) is known color: Granny Apple. HEX triplet: B9, FF and C7. RGB value is (185,255,199). Sum of RGB (Red+Green+Blue) = 185+255+199=639 (84% of max value = 765). Red value is 185 (72.66% from 255 or 28.95% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 199 (78.12% from 255 or 31.14% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFC7 is #460038. Grayscale: #E3E3E3. Windows color (decimal): -4587577 or 13107129. OLE color: 13107129.
HSL color Cylindrical-coordinate representation of color #B9FFC7: hue angle of 132º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFC7 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 199 | - |
| CMYK | 0.27 | 0 | 0.22 | 0 |
| HSL | 132º | 1% | 0.86% | - |
| HSV(B) | 132º | 0.27% | 1% | - |
| XYZ | 66.08 | 85.96 | 67.14 | - |
| YUV | 227.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 199 | 0.27 | 0 | 0.22 | 0 | 132 | 1 | 0.86 |
| Hex | B9 | FF | C7 | 1B | 0 | 16 | 0 | 84 | 64 | 56 |
| Octal | 271 | 377 | 307 | 33 | 0 | 26 | 0 | 204 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11000111 | 11011 | 0 | 10110 | 0 | 10000100 | 1100100 | 1010110 |
Color Harmonies of #B9FFC7
Complementary color
Monochromatic Colors of #B9FFC7
Black with #B9FFC7
Text Example
Text Example
White with #B9FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFC7; }
p { color: rgb(185,255,199); }
H1.HeaderClassName
{
color: #B9FFC7;
}
.AnyTagClassName
{
color: #B9FFC7;
}
</style>
background-color css
<style>
a { background-color: #B9FFC7; }
a { background-color: rgb(185,255,199); }
div.DivClassName
{
background-color: #B9FFC7;
}
.BgClassName
{
background-color: #B9FFC7;
}
</style>
border-color css
<style>
span { border-color: #B9FFC7; }
span { border-color: rgb(185,255,199); }
td.TdClassName
{
border-color: #B9FFC7;
}
.TagClassName
{
border-color: #B9FFC7;
}
</style>