Shades of Sulu #B6E16E
Tints of Sulu #B6E16E
RGB
CMYK
RGB Variations
Color information
#B6E16E (or 0xB6E16E) is known color: Sulu. HEX triplet: B6, E1 and 6E. RGB value is (182,225,110). Sum of RGB (Red+Green+Blue) = 182+225+110=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6E16E is #491E91. Grayscale: #C7C7C7. Windows color (decimal): -4791954 or 7266742. OLE color: 7266742.
HSL color Cylindrical-coordinate representation of color #B6E16E: hue angle of 82.43º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B6E16E is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 182 | 225 | 110 | - |
| CMYK | 0.19 | 0 | 0.51 | 0.12 |
| HSL | 82.43º | 0.66% | 0.66% | - |
| HSV(B) | 82.43º | 0.51% | 0.88% | - |
| XYZ | 49.03 | 64.92 | 24.7 | - |
| YUV | 199.03 | 77.75 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 225 | 110 | 0.19 | 0 | 0.51 | 0.12 | 82.43 | 0.66 | 0.66 |
| Hex | B6 | E1 | 6E | 13 | 0 | 33 | C | 52 | 42 | 42 |
| Octal | 266 | 341 | 156 | 23 | 0 | 63 | 14 | 122 | 102 | 102 |
| Binary | 10110110 | 11100001 | 1101110 | 10011 | 0 | 110011 | 1100 | 1010010 | 1000010 | 1000010 |
Color Harmonies of #B6E16E
Complementary color
Monochromatic Colors of #B6E16E
Black with #B6E16E
Text Example
Text Example
White with #B6E16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E16E; }
p { color: rgb(182,225,110); }
H1.HeaderClassName
{
color: #B6E16E;
}
.AnyTagClassName
{
color: #B6E16E;
}
</style>
background-color css
<style>
a { background-color: #B6E16E; }
a { background-color: rgb(182,225,110); }
div.DivClassName
{
background-color: #B6E16E;
}
.BgClassName
{
background-color: #B6E16E;
}
</style>
border-color css
<style>
span { border-color: #B6E16E; }
span { border-color: rgb(182,225,110); }
td.TdClassName
{
border-color: #B6E16E;
}
.TagClassName
{
border-color: #B6E16E;
}
</style>