Shades of Sulu #B6D971
Tints of Sulu #B6D971
RGB
CMYK
RGB Variations
Color information
#B6D971 (or 0xB6D971) is known color: Sulu. HEX triplet: B6, D9 and 71. RGB value is (182,217,113). Sum of RGB (Red+Green+Blue) = 182+217+113=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 113 (44.53% from 255 or 22.07% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D971 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6D971 is #49268E. Grayscale: #C3C3C3. Windows color (decimal): -4793999 or 7461302. OLE color: 7461302.
HSL color Cylindrical-coordinate representation of color #B6D971: hue angle of 80.19º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6D971 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 217 | 113 | - |
| CMYK | 0.16 | 0 | 0.48 | 0.15 |
| HSL | 80.19º | 0.58% | 0.65% | - |
| HSV(B) | 80.19º | 0.48% | 0.85% | - |
| XYZ | 47.08 | 60.76 | 24.87 | - |
| YUV | 194.68 | 81.9 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 217 | 113 | 0.16 | 0 | 0.48 | 0.15 | 80.19 | 0.58 | 0.65 |
| Hex | B6 | D9 | 71 | 10 | 0 | 30 | F | 50 | 3A | 41 |
| Octal | 266 | 331 | 161 | 20 | 0 | 60 | 17 | 120 | 72 | 101 |
| Binary | 10110110 | 11011001 | 1110001 | 10000 | 0 | 110000 | 1111 | 1010000 | 111010 | 1000001 |
Color Harmonies of #B6D971
Complementary color
Monochromatic Colors of #B6D971
Black with #B6D971
Text Example
Text Example
White with #B6D971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D971; }
p { color: rgb(182,217,113); }
H1.HeaderClassName
{
color: #B6D971;
}
.AnyTagClassName
{
color: #B6D971;
}
</style>
background-color css
<style>
a { background-color: #B6D971; }
a { background-color: rgb(182,217,113); }
div.DivClassName
{
background-color: #B6D971;
}
.BgClassName
{
background-color: #B6D971;
}
</style>
border-color css
<style>
span { border-color: #B6D971; }
span { border-color: rgb(182,217,113); }
td.TdClassName
{
border-color: #B6D971;
}
.TagClassName
{
border-color: #B6D971;
}
</style>