Shades of Sulu #B6E376
Tints of Sulu #B6E376
RGB
CMYK
RGB Variations
Color information
#B6E376 (or 0xB6E376) is known color: Sulu. HEX triplet: B6, E3 and 76. RGB value is (182,227,118). Sum of RGB (Red+Green+Blue) = 182+227+118=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #B6E376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6E376 is #491C89. Grayscale: #C9C9C9. Windows color (decimal): -4791434 or 7791542. OLE color: 7791542.
HSL color Cylindrical-coordinate representation of color #B6E376: hue angle of 84.77º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6E376 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 182 | 227 | 118 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.11 |
| HSL | 84.77º | 0.66% | 0.68% | - |
| HSV(B) | 84.77º | 0.48% | 0.89% | - |
| XYZ | 50.03 | 66.19 | 27.28 | - |
| YUV | 201.12 | 81.09 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 227 | 118 | 0.20 | 0 | 0.48 | 0.11 | 84.77 | 0.66 | 0.68 |
| Hex | B6 | E3 | 76 | 14 | 0 | 30 | B | 55 | 42 | 44 |
| Octal | 266 | 343 | 166 | 24 | 0 | 60 | 13 | 125 | 102 | 104 |
| Binary | 10110110 | 11100011 | 1110110 | 10100 | 0 | 110000 | 1011 | 1010101 | 1000010 | 1000100 |
Color Harmonies of #B6E376
Complementary color
Monochromatic Colors of #B6E376
Black with #B6E376
Text Example
Text Example
White with #B6E376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E376; }
p { color: rgb(182,227,118); }
H1.HeaderClassName
{
color: #B6E376;
}
.AnyTagClassName
{
color: #B6E376;
}
</style>
background-color css
<style>
a { background-color: #B6E376; }
a { background-color: rgb(182,227,118); }
div.DivClassName
{
background-color: #B6E376;
}
.BgClassName
{
background-color: #B6E376;
}
</style>
border-color css
<style>
span { border-color: #B6E376; }
span { border-color: rgb(182,227,118); }
td.TdClassName
{
border-color: #B6E376;
}
.TagClassName
{
border-color: #B6E376;
}
</style>