Shades of Sulu #B9DB7B
Tints of Sulu #B9DB7B
RGB
CMYK
RGB Variations
Color information
#B9DB7B (or 0xB9DB7B) is known color: Sulu. HEX triplet: B9, DB and 7B. RGB value is (185,219,123). Sum of RGB (Red+Green+Blue) = 185+219+123=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 219 (85.94% from 255 or 41.56% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 219 - color contains mainly: green. Hex color #B9DB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DB7B is #462484. Grayscale: #C6C6C6. Windows color (decimal): -4596869 or 8117177. OLE color: 8117177.
HSL color Cylindrical-coordinate representation of color #B9DB7B: hue angle of 81.25º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9DB7B is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 219 | 123 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.14 |
| HSL | 81.25º | 0.57% | 0.67% | - |
| HSV(B) | 81.25º | 0.44% | 0.86% | - |
| XYZ | 48.91 | 62.41 | 28.21 | - |
| YUV | 197.89 | 85.74 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 219 | 123 | 0.16 | 0 | 0.44 | 0.14 | 81.25 | 0.57 | 0.67 |
| Hex | B9 | DB | 7B | 10 | 0 | 2C | E | 51 | 39 | 43 |
| Octal | 271 | 333 | 173 | 20 | 0 | 54 | 16 | 121 | 71 | 103 |
| Binary | 10111001 | 11011011 | 1111011 | 10000 | 0 | 101100 | 1110 | 1010001 | 111001 | 1000011 |
Color Harmonies of #B9DB7B
Complementary color
Monochromatic Colors of #B9DB7B
Black with #B9DB7B
Text Example
Text Example
White with #B9DB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DB7B; }
p { color: rgb(185,219,123); }
H1.HeaderClassName
{
color: #B9DB7B;
}
.AnyTagClassName
{
color: #B9DB7B;
}
</style>
background-color css
<style>
a { background-color: #B9DB7B; }
a { background-color: rgb(185,219,123); }
div.DivClassName
{
background-color: #B9DB7B;
}
.BgClassName
{
background-color: #B9DB7B;
}
</style>
border-color css
<style>
span { border-color: #B9DB7B; }
span { border-color: rgb(185,219,123); }
td.TdClassName
{
border-color: #B9DB7B;
}
.TagClassName
{
border-color: #B9DB7B;
}
</style>