Shades of Sulu #B9DB6F
Tints of Sulu #B9DB6F
RGB
CMYK
RGB Variations
Color information
#B9DB6F (or 0xB9DB6F) is known color: Sulu. HEX triplet: B9, DB and 6F. RGB value is (185,219,111). Sum of RGB (Red+Green+Blue) = 185+219+111=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 111 (43.75% from 255 or 21.55% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DB6F is #462490. Grayscale: #C4C4C4. Windows color (decimal): -4596881 or 7330745. OLE color: 7330745.
HSL color Cylindrical-coordinate representation of color #B9DB6F: hue angle of 78.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9DB6F is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 111 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.14 |
| HSL | 78.89º | 0.6% | 0.65% | - |
| HSV(B) | 78.89º | 0.49% | 0.86% | - |
| XYZ | 48.21 | 62.13 | 24.49 | - |
| YUV | 196.52 | 79.74 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 111 | 0.16 | 0 | 0.49 | 0.14 | 78.89 | 0.6 | 0.65 |
| Hex | B9 | DB | 6F | 10 | 0 | 31 | E | 4F | 3C | 41 |
| Octal | 271 | 333 | 157 | 20 | 0 | 61 | 16 | 117 | 74 | 101 |
| Binary | 10111001 | 11011011 | 1101111 | 10000 | 0 | 110001 | 1110 | 1001111 | 111100 | 1000001 |
Color Harmonies of #B9DB6F
Complementary color
Monochromatic Colors of #B9DB6F
Black with #B9DB6F
Text Example
Text Example
White with #B9DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DB6F; }
p { color: rgb(185,219,111); }
H1.HeaderClassName
{
color: #B9DB6F;
}
.AnyTagClassName
{
color: #B9DB6F;
}
</style>
background-color css
<style>
a { background-color: #B9DB6F; }
a { background-color: rgb(185,219,111); }
div.DivClassName
{
background-color: #B9DB6F;
}
.BgClassName
{
background-color: #B9DB6F;
}
</style>
border-color css
<style>
span { border-color: #B9DB6F; }
span { border-color: rgb(185,219,111); }
td.TdClassName
{
border-color: #B9DB6F;
}
.TagClassName
{
border-color: #B9DB6F;
}
</style>