Shades of Granny Apple #B9FFC1
Tints of Granny Apple #B9FFC1
RGB
CMYK
RGB Variations
Color information
#B9FFC1 (or 0xB9FFC1) is known color: Granny Apple. HEX triplet: B9, FF and C1. RGB value is (185,255,193). Sum of RGB (Red+Green+Blue) = 185+255+193=633 (83% of max value = 765). Red value is 185 (72.66% from 255 or 29.23% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFC1 is #46003E. Grayscale: #E3E3E3. Windows color (decimal): -4587583 or 12713913. OLE color: 12713913.
HSL color Cylindrical-coordinate representation of color #B9FFC1: hue angle of 126.86º 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 #B9FFC1 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 193 | - |
| CMYK | 0.27 | 0 | 0.24 | 0 |
| HSL | 126.86º | 1% | 0.86% | - |
| HSV(B) | 126.86º | 0.27% | 1% | - |
| XYZ | 65.39 | 85.68 | 63.54 | - |
| YUV | 227 | 108.81 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 193 | 0.27 | 0 | 0.24 | 0 | 126.86 | 1 | 0.86 |
| Hex | B9 | FF | C1 | 1B | 0 | 18 | 0 | 7F | 64 | 56 |
| Octal | 271 | 377 | 301 | 33 | 0 | 30 | 0 | 177 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11000001 | 11011 | 0 | 11000 | 0 | 1111111 | 1100100 | 1010110 |
Color Harmonies of #B9FFC1
Complementary color
Monochromatic Colors of #B9FFC1
Black with #B9FFC1
Text Example
Text Example
White with #B9FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFC1; }
p { color: rgb(185,255,193); }
H1.HeaderClassName
{
color: #B9FFC1;
}
.AnyTagClassName
{
color: #B9FFC1;
}
</style>
background-color css
<style>
a { background-color: #B9FFC1; }
a { background-color: rgb(185,255,193); }
div.DivClassName
{
background-color: #B9FFC1;
}
.BgClassName
{
background-color: #B9FFC1;
}
</style>
border-color css
<style>
span { border-color: #B9FFC1; }
span { border-color: rgb(185,255,193); }
td.TdClassName
{
border-color: #B9FFC1;
}
.TagClassName
{
border-color: #B9FFC1;
}
</style>