Shades of Granny Apple #B9FFC5
Tints of Granny Apple #B9FFC5
RGB
CMYK
RGB Variations
Color information
#B9FFC5 (or 0xB9FFC5) is known color: Granny Apple. HEX triplet: B9, FF and C5. RGB value is (185,255,197). Sum of RGB (Red+Green+Blue) = 185+255+197=637 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.04% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 197 (77.34% from 255 or 30.93% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFC5 is #46003A. Grayscale: #E3E3E3. Windows color (decimal): -4587579 or 12976057. OLE color: 12976057.
HSL color Cylindrical-coordinate representation of color #B9FFC5: hue angle of 130.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 #B9FFC5 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 197 | - |
| CMYK | 0.27 | 0 | 0.23 | 0 |
| HSL | 130.29º | 1% | 0.86% | - |
| HSV(B) | 130.29º | 0.27% | 1% | - |
| XYZ | 65.85 | 85.87 | 65.93 | - |
| YUV | 227.46 | 110.81 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 197 | 0.27 | 0 | 0.23 | 0 | 130.29 | 1 | 0.86 |
| Hex | B9 | FF | C5 | 1B | 0 | 17 | 0 | 82 | 64 | 56 |
| Octal | 271 | 377 | 305 | 33 | 0 | 27 | 0 | 202 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11000101 | 11011 | 0 | 10111 | 0 | 10000010 | 1100100 | 1010110 |
Color Harmonies of #B9FFC5
Complementary color
Monochromatic Colors of #B9FFC5
Black with #B9FFC5
Text Example
Text Example
White with #B9FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFC5; }
p { color: rgb(185,255,197); }
H1.HeaderClassName
{
color: #B9FFC5;
}
.AnyTagClassName
{
color: #B9FFC5;
}
</style>
background-color css
<style>
a { background-color: #B9FFC5; }
a { background-color: rgb(185,255,197); }
div.DivClassName
{
background-color: #B9FFC5;
}
.BgClassName
{
background-color: #B9FFC5;
}
</style>
border-color css
<style>
span { border-color: #B9FFC5; }
span { border-color: rgb(185,255,197); }
td.TdClassName
{
border-color: #B9FFC5;
}
.TagClassName
{
border-color: #B9FFC5;
}
</style>