Shades of Sulu #B6D983
Tints of Sulu #B6D983
RGB
CMYK
RGB Variations
Color information
#B6D983 (or 0xB6D983) is known color: Sulu. HEX triplet: B6, D9 and 83. RGB value is (182,217,131). Sum of RGB (Red+Green+Blue) = 182+217+131=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #B6D983 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D983 is #49267C. Grayscale: #C5C5C5. Windows color (decimal): -4793981 or 8640950. OLE color: 8640950.
HSL color Cylindrical-coordinate representation of color #B6D983: hue angle of 84.42º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B6D983 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 217 | 131 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.15 |
| HSL | 84.42º | 0.53% | 0.68% | - |
| HSV(B) | 84.42º | 0.4% | 0.85% | - |
| XYZ | 48.2 | 61.21 | 30.75 | - |
| YUV | 196.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 217 | 131 | 0.16 | 0 | 0.40 | 0.15 | 84.42 | 0.53 | 0.68 |
| Hex | B6 | D9 | 83 | 10 | 0 | 28 | F | 54 | 35 | 44 |
| Octal | 266 | 331 | 203 | 20 | 0 | 50 | 17 | 124 | 65 | 104 |
| Binary | 10110110 | 11011001 | 10000011 | 10000 | 0 | 101000 | 1111 | 1010100 | 110101 | 1000100 |
Color Harmonies of #B6D983
Complementary color
Monochromatic Colors of #B6D983
Black with #B6D983
Text Example
Text Example
White with #B6D983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D983; }
p { color: rgb(182,217,131); }
H1.HeaderClassName
{
color: #B6D983;
}
.AnyTagClassName
{
color: #B6D983;
}
</style>
background-color css
<style>
a { background-color: #B6D983; }
a { background-color: rgb(182,217,131); }
div.DivClassName
{
background-color: #B6D983;
}
.BgClassName
{
background-color: #B6D983;
}
</style>
border-color css
<style>
span { border-color: #B6D983; }
span { border-color: rgb(182,217,131); }
td.TdClassName
{
border-color: #B6D983;
}
.TagClassName
{
border-color: #B6D983;
}
</style>