Shades of Sulu #B8EA86
Tints of Sulu #B8EA86
RGB
CMYK
RGB Variations
Color information
#B8EA86 (or 0xB8EA86) is known color: Sulu. HEX triplet: B8, EA and 86. RGB value is (184,234,134). Sum of RGB (Red+Green+Blue) = 184+234+134=552 (73% of max value = 765). Red value is 184 (72.27% from 255 or 33.33% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 134 (52.73% from 255 or 24.28% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #B8EA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B8EA86 is #471579. Grayscale: #D0D0D0. Windows color (decimal): -4658554 or 8841912. OLE color: 8841912.
HSL color Cylindrical-coordinate representation of color #B8EA86: hue angle of 90º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B8EA86 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 184 | 234 | 134 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.08 |
| HSL | 90º | 0.7% | 0.72% | - |
| HSV(B) | 90º | 0.43% | 0.92% | - |
| XYZ | 53.49 | 70.76 | 33.39 | - |
| YUV | 207.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 234 | 134 | 0.21 | 0 | 0.43 | 0.08 | 90 | 0.7 | 0.72 |
| Hex | B8 | EA | 86 | 15 | 0 | 2B | 8 | 5A | 46 | 48 |
| Octal | 270 | 352 | 206 | 25 | 0 | 53 | 10 | 132 | 106 | 110 |
| Binary | 10111000 | 11101010 | 10000110 | 10101 | 0 | 101011 | 1000 | 1011010 | 1000110 | 1001000 |
Color Harmonies of #B8EA86
Complementary color
Monochromatic Colors of #B8EA86
Black with #B8EA86
Text Example
Text Example
White with #B8EA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EA86; }
p { color: rgb(184,234,134); }
H1.HeaderClassName
{
color: #B8EA86;
}
.AnyTagClassName
{
color: #B8EA86;
}
</style>
background-color css
<style>
a { background-color: #B8EA86; }
a { background-color: rgb(184,234,134); }
div.DivClassName
{
background-color: #B8EA86;
}
.BgClassName
{
background-color: #B8EA86;
}
</style>
border-color css
<style>
span { border-color: #B8EA86; }
span { border-color: rgb(184,234,134); }
td.TdClassName
{
border-color: #B8EA86;
}
.TagClassName
{
border-color: #B8EA86;
}
</style>