Shades of Sulu #B6E86D
Tints of Sulu #B6E86D
RGB
CMYK
RGB Variations
Color information
#B6E86D (or 0xB6E86D) is known color: Sulu. HEX triplet: B6, E8 and 6D. RGB value is (182,232,109). Sum of RGB (Red+Green+Blue) = 182+232+109=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 232 - color contains mainly: green. Hex color #B6E86D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6E86D is #491792. Grayscale: #CBCBCB. Windows color (decimal): -4790163 or 7202998. OLE color: 7202998.
HSL color Cylindrical-coordinate representation of color #B6E86D: hue angle of 84.39º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B6E86D is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 232 | 109 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.09 |
| HSL | 84.39º | 0.73% | 0.67% | - |
| HSV(B) | 84.39º | 0.53% | 0.91% | - |
| XYZ | 50.91 | 68.76 | 25.06 | - |
| YUV | 203.03 | 74.94 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 232 | 109 | 0.22 | 0 | 0.53 | 0.09 | 84.39 | 0.73 | 0.67 |
| Hex | B6 | E8 | 6D | 16 | 0 | 35 | 9 | 54 | 49 | 43 |
| Octal | 266 | 350 | 155 | 26 | 0 | 65 | 11 | 124 | 111 | 103 |
| Binary | 10110110 | 11101000 | 1101101 | 10110 | 0 | 110101 | 1001 | 1010100 | 1001001 | 1000011 |
Color Harmonies of #B6E86D
Complementary color
Monochromatic Colors of #B6E86D
Black with #B6E86D
Text Example
Text Example
White with #B6E86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E86D; }
p { color: rgb(182,232,109); }
H1.HeaderClassName
{
color: #B6E86D;
}
.AnyTagClassName
{
color: #B6E86D;
}
</style>
background-color css
<style>
a { background-color: #B6E86D; }
a { background-color: rgb(182,232,109); }
div.DivClassName
{
background-color: #B6E86D;
}
.BgClassName
{
background-color: #B6E86D;
}
</style>
border-color css
<style>
span { border-color: #B6E86D; }
span { border-color: rgb(182,232,109); }
td.TdClassName
{
border-color: #B6E86D;
}
.TagClassName
{
border-color: #B6E86D;
}
</style>