Shades of Sulu #B8E66A
Tints of Sulu #B8E66A
RGB
CMYK
RGB Variations
Color information
#B8E66A (or 0xB8E66A) is known color: Sulu. HEX triplet: B8, E6 and 6A. RGB value is (184,230,106). Sum of RGB (Red+Green+Blue) = 184+230+106=520 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.38% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #B8E66A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B8E66A is #471995. Grayscale: #CACACA. Windows color (decimal): -4659606 or 7005880. OLE color: 7005880.
HSL color Cylindrical-coordinate representation of color #B8E66A: hue angle of 82.26º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B8E66A is Cyan = 0.2, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 184 | 230 | 106 | - |
| CMYK | 0.2 | 0 | 0.54 | 0.10 |
| HSL | 82.26º | 0.71% | 0.66% | - |
| HSV(B) | 82.26º | 0.54% | 0.9% | - |
| XYZ | 50.67 | 67.82 | 24.06 | - |
| YUV | 202.11 | 73.76 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 230 | 106 | 0.2 | 0 | 0.54 | 0.10 | 82.26 | 0.71 | 0.66 |
| Hex | B8 | E6 | 6A | 14 | 0 | 36 | A | 52 | 47 | 42 |
| Octal | 270 | 346 | 152 | 24 | 0 | 66 | 12 | 122 | 107 | 102 |
| Binary | 10111000 | 11100110 | 1101010 | 10100 | 0 | 110110 | 1010 | 1010010 | 1000111 | 1000010 |
Color Harmonies of #B8E66A
Complementary color
Monochromatic Colors of #B8E66A
Black with #B8E66A
Text Example
Text Example
White with #B8E66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8E66A; }
p { color: rgb(184,230,106); }
H1.HeaderClassName
{
color: #B8E66A;
}
.AnyTagClassName
{
color: #B8E66A;
}
</style>
background-color css
<style>
a { background-color: #B8E66A; }
a { background-color: rgb(184,230,106); }
div.DivClassName
{
background-color: #B8E66A;
}
.BgClassName
{
background-color: #B8E66A;
}
</style>
border-color css
<style>
span { border-color: #B8E66A; }
span { border-color: rgb(184,230,106); }
td.TdClassName
{
border-color: #B8E66A;
}
.TagClassName
{
border-color: #B8E66A;
}
</style>