Shades of Sulu #B6E17B
Tints of Sulu #B6E17B
RGB
CMYK
RGB Variations
Color information
#B6E17B (or 0xB6E17B) is known color: Sulu. HEX triplet: B6, E1 and 7B. RGB value is (182,225,123). Sum of RGB (Red+Green+Blue) = 182+225+123=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 225 (88.28% from 255 or 42.45% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6E17B is #491E84. Grayscale: #C8C8C8. Windows color (decimal): -4791941 or 8118710. OLE color: 8118710.
HSL color Cylindrical-coordinate representation of color #B6E17B: hue angle of 85.29º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6E17B is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 225 | 123 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.12 |
| HSL | 85.29º | 0.63% | 0.68% | - |
| HSV(B) | 85.29º | 0.45% | 0.88% | - |
| XYZ | 49.79 | 65.23 | 28.7 | - |
| YUV | 200.52 | 84.25 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 225 | 123 | 0.19 | 0 | 0.45 | 0.12 | 85.29 | 0.63 | 0.68 |
| Hex | B6 | E1 | 7B | 13 | 0 | 2D | C | 55 | 3F | 44 |
| Octal | 266 | 341 | 173 | 23 | 0 | 55 | 14 | 125 | 77 | 104 |
| Binary | 10110110 | 11100001 | 1111011 | 10011 | 0 | 101101 | 1100 | 1010101 | 111111 | 1000100 |
Color Harmonies of #B6E17B
Complementary color
Monochromatic Colors of #B6E17B
Black with #B6E17B
Text Example
Text Example
White with #B6E17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E17B; }
p { color: rgb(182,225,123); }
H1.HeaderClassName
{
color: #B6E17B;
}
.AnyTagClassName
{
color: #B6E17B;
}
</style>
background-color css
<style>
a { background-color: #B6E17B; }
a { background-color: rgb(182,225,123); }
div.DivClassName
{
background-color: #B6E17B;
}
.BgClassName
{
background-color: #B6E17B;
}
</style>
border-color css
<style>
span { border-color: #B6E17B; }
span { border-color: rgb(182,225,123); }
td.TdClassName
{
border-color: #B6E17B;
}
.TagClassName
{
border-color: #B6E17B;
}
</style>