Shades of Sulu #B6E96D
Tints of Sulu #B6E96D
RGB
CMYK
RGB Variations
Color information
#B6E96D (or 0xB6E96D) is known color: Sulu. HEX triplet: B6, E9 and 6D. RGB value is (182,233,109). Sum of RGB (Red+Green+Blue) = 182+233+109=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 109 (42.97% from 255 or 20.80% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #B6E96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B6E96D is #491692. Grayscale: #CCCCCC. Windows color (decimal): -4789907 or 7203254. OLE color: 7203254.
HSL color Cylindrical-coordinate representation of color #B6E96D: hue angle of 84.68º degrees, saturation: 0.74, 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 #B6E96D is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 233 | 109 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.09 |
| HSL | 84.68º | 0.74% | 0.67% | - |
| HSV(B) | 84.68º | 0.53% | 0.91% | - |
| XYZ | 51.19 | 69.33 | 25.15 | - |
| YUV | 203.62 | 74.6 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 233 | 109 | 0.22 | 0 | 0.53 | 0.09 | 84.68 | 0.74 | 0.67 |
| Hex | B6 | E9 | 6D | 16 | 0 | 35 | 9 | 55 | 4A | 43 |
| Octal | 266 | 351 | 155 | 26 | 0 | 65 | 11 | 125 | 112 | 103 |
| Binary | 10110110 | 11101001 | 1101101 | 10110 | 0 | 110101 | 1001 | 1010101 | 1001010 | 1000011 |
Color Harmonies of #B6E96D
Complementary color
Monochromatic Colors of #B6E96D
Black with #B6E96D
Text Example
Text Example
White with #B6E96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E96D; }
p { color: rgb(182,233,109); }
H1.HeaderClassName
{
color: #B6E96D;
}
.AnyTagClassName
{
color: #B6E96D;
}
</style>
background-color css
<style>
a { background-color: #B6E96D; }
a { background-color: rgb(182,233,109); }
div.DivClassName
{
background-color: #B6E96D;
}
.BgClassName
{
background-color: #B6E96D;
}
</style>
border-color css
<style>
span { border-color: #B6E96D; }
span { border-color: rgb(182,233,109); }
td.TdClassName
{
border-color: #B6E96D;
}
.TagClassName
{
border-color: #B6E96D;
}
</style>