Shades of Sulu #B9E16F
Tints of Sulu #B9E16F
RGB
CMYK
RGB Variations
Color information
#B9E16F (or 0xB9E16F) is known color: Sulu. HEX triplet: B9, E1 and 6F. RGB value is (185,225,111). Sum of RGB (Red+Green+Blue) = 185+225+111=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E16F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E16F is #461E90. Grayscale: #C8C8C8. Windows color (decimal): -4595345 or 7332281. OLE color: 7332281.
HSL color Cylindrical-coordinate representation of color #B9E16F: hue angle of 81.05º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9E16F is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 225 | 111 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.12 |
| HSL | 81.05º | 0.66% | 0.66% | - |
| HSV(B) | 81.05º | 0.51% | 0.88% | - |
| XYZ | 49.8 | 65.31 | 25.02 | - |
| YUV | 200.04 | 77.75 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 225 | 111 | 0.18 | 0 | 0.51 | 0.12 | 81.05 | 0.66 | 0.66 |
| Hex | B9 | E1 | 6F | 12 | 0 | 33 | C | 51 | 42 | 42 |
| Octal | 271 | 341 | 157 | 22 | 0 | 63 | 14 | 121 | 102 | 102 |
| Binary | 10111001 | 11100001 | 1101111 | 10010 | 0 | 110011 | 1100 | 1010001 | 1000010 | 1000010 |
Color Harmonies of #B9E16F
Complementary color
Monochromatic Colors of #B9E16F
Black with #B9E16F
Text Example
Text Example
White with #B9E16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E16F; }
p { color: rgb(185,225,111); }
H1.HeaderClassName
{
color: #B9E16F;
}
.AnyTagClassName
{
color: #B9E16F;
}
</style>
background-color css
<style>
a { background-color: #B9E16F; }
a { background-color: rgb(185,225,111); }
div.DivClassName
{
background-color: #B9E16F;
}
.BgClassName
{
background-color: #B9E16F;
}
</style>
border-color css
<style>
span { border-color: #B9E16F; }
span { border-color: rgb(185,225,111); }
td.TdClassName
{
border-color: #B9E16F;
}
.TagClassName
{
border-color: #B9E16F;
}
</style>