Shades of Sulu #B9DC71
Tints of Sulu #B9DC71
RGB
CMYK
RGB Variations
Color information
#B9DC71 (or 0xB9DC71) is known color: Sulu. HEX triplet: B9, DC and 71. RGB value is (185,220,113). Sum of RGB (Red+Green+Blue) = 185+220+113=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 220 (86.33% from 255 or 42.47% from 518); Blue value is 113 (44.53% from 255 or 21.81% from 518); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9DC71 is #46238E. Grayscale: #C5C5C5. Windows color (decimal): -4596623 or 7462073. OLE color: 7462073.
HSL color Cylindrical-coordinate representation of color #B9DC71: hue angle of 79.63º 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 #B9DC71 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 113 | - |
| CMYK | 0.16 | 0 | 0.49 | 0.14 |
| HSL | 79.63º | 0.6% | 0.65% | - |
| HSV(B) | 79.63º | 0.49% | 0.86% | - |
| XYZ | 48.58 | 62.69 | 25.16 | - |
| YUV | 197.34 | 80.4 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 113 | 0.16 | 0 | 0.49 | 0.14 | 79.63 | 0.6 | 0.65 |
| Hex | B9 | DC | 71 | 10 | 0 | 31 | E | 50 | 3C | 41 |
| Octal | 271 | 334 | 161 | 20 | 0 | 61 | 16 | 120 | 74 | 101 |
| Binary | 10111001 | 11011100 | 1110001 | 10000 | 0 | 110001 | 1110 | 1010000 | 111100 | 1000001 |
Color Harmonies of #B9DC71
Complementary color
Monochromatic Colors of #B9DC71
Black with #B9DC71
Text Example
Text Example
White with #B9DC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DC71; }
p { color: rgb(185,220,113); }
H1.HeaderClassName
{
color: #B9DC71;
}
.AnyTagClassName
{
color: #B9DC71;
}
</style>
background-color css
<style>
a { background-color: #B9DC71; }
a { background-color: rgb(185,220,113); }
div.DivClassName
{
background-color: #B9DC71;
}
.BgClassName
{
background-color: #B9DC71;
}
</style>
border-color css
<style>
span { border-color: #B9DC71; }
span { border-color: rgb(185,220,113); }
td.TdClassName
{
border-color: #B9DC71;
}
.TagClassName
{
border-color: #B9DC71;
}
</style>