Shades of Granny Apple #B9FFCC
Tints of Granny Apple #B9FFCC
RGB
CMYK
RGB Variations
Color information
#B9FFCC (or 0xB9FFCC) is known color: Granny Apple. HEX triplet: B9, FF and CC. RGB value is (185,255,204). Sum of RGB (Red+Green+Blue) = 185+255+204=644 (85% of max value = 765). Red value is 185 (72.66% from 255 or 28.73% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFCC is #460033. Grayscale: #E4E4E4. Windows color (decimal): -4587572 or 13434809. OLE color: 13434809.
HSL color Cylindrical-coordinate representation of color #B9FFCC: hue angle of 136.29º 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 #B9FFCC is Cyan = 0.27, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 204 | - |
| CMYK | 0.27 | 0 | 0.2 | 0 |
| HSL | 136.29º | 1% | 0.86% | - |
| HSV(B) | 136.29º | 0.27% | 1% | - |
| XYZ | 66.67 | 86.19 | 70.25 | - |
| YUV | 228.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 204 | 0.27 | 0 | 0.2 | 0 | 136.29 | 1 | 0.86 |
| Hex | B9 | FF | CC | 1B | 0 | 14 | 0 | 88 | 64 | 56 |
| Octal | 271 | 377 | 314 | 33 | 0 | 24 | 0 | 210 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11001100 | 11011 | 0 | 10100 | 0 | 10001000 | 1100100 | 1010110 |
Color Harmonies of #B9FFCC
Complementary color
Monochromatic Colors of #B9FFCC
Black with #B9FFCC
Text Example
Text Example
White with #B9FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFCC; }
p { color: rgb(185,255,204); }
H1.HeaderClassName
{
color: #B9FFCC;
}
.AnyTagClassName
{
color: #B9FFCC;
}
</style>
background-color css
<style>
a { background-color: #B9FFCC; }
a { background-color: rgb(185,255,204); }
div.DivClassName
{
background-color: #B9FFCC;
}
.BgClassName
{
background-color: #B9FFCC;
}
</style>
border-color css
<style>
span { border-color: #B9FFCC; }
span { border-color: rgb(185,255,204); }
td.TdClassName
{
border-color: #B9FFCC;
}
.TagClassName
{
border-color: #B9FFCC;
}
</style>