Shades of Granny Apple #B9FFC4
Tints of Granny Apple #B9FFC4
RGB
CMYK
RGB Variations
Color information
#B9FFC4 (or 0xB9FFC4) is known color: Granny Apple. HEX triplet: B9, FF and C4. RGB value is (185,255,196). Sum of RGB (Red+Green+Blue) = 185+255+196=636 (84% of max value = 765). Red value is 185 (72.66% from 255 or 29.09% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 196 (76.95% from 255 or 30.82% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFC4 is #46003B. Grayscale: #E3E3E3. Windows color (decimal): -4587580 or 12910521. OLE color: 12910521.
HSL color Cylindrical-coordinate representation of color #B9FFC4: hue angle of 129.43º 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 #B9FFC4 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 196 | - |
| CMYK | 0.27 | 0 | 0.23 | 0 |
| HSL | 129.43º | 1% | 0.86% | - |
| HSV(B) | 129.43º | 0.27% | 1% | - |
| XYZ | 65.73 | 85.82 | 65.33 | - |
| YUV | 227.34 | 110.31 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 196 | 0.27 | 0 | 0.23 | 0 | 129.43 | 1 | 0.86 |
| Hex | B9 | FF | C4 | 1B | 0 | 17 | 0 | 81 | 64 | 56 |
| Octal | 271 | 377 | 304 | 33 | 0 | 27 | 0 | 201 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11000100 | 11011 | 0 | 10111 | 0 | 10000001 | 1100100 | 1010110 |
Color Harmonies of #B9FFC4
Complementary color
Monochromatic Colors of #B9FFC4
Black with #B9FFC4
Text Example
Text Example
White with #B9FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFC4; }
p { color: rgb(185,255,196); }
H1.HeaderClassName
{
color: #B9FFC4;
}
.AnyTagClassName
{
color: #B9FFC4;
}
</style>
background-color css
<style>
a { background-color: #B9FFC4; }
a { background-color: rgb(185,255,196); }
div.DivClassName
{
background-color: #B9FFC4;
}
.BgClassName
{
background-color: #B9FFC4;
}
</style>
border-color css
<style>
span { border-color: #B9FFC4; }
span { border-color: rgb(185,255,196); }
td.TdClassName
{
border-color: #B9FFC4;
}
.TagClassName
{
border-color: #B9FFC4;
}
</style>