Shades of Sulu #B9E86C
Tints of Sulu #B9E86C
RGB
CMYK
RGB Variations
Color information
#B9E86C (or 0xB9E86C) is known color: Sulu. HEX triplet: B9, E8 and 6C. RGB value is (185,232,108). Sum of RGB (Red+Green+Blue) = 185+232+108=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 108 (42.58% from 255 or 20.57% from 525); Max value from RGB is 232 - color contains mainly: green. Hex color #B9E86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E86C is #461793. Grayscale: #CCCCCC. Windows color (decimal): -4593556 or 7137465. OLE color: 7137465.
HSL color Cylindrical-coordinate representation of color #B9E86C: hue angle of 82.74º degrees, saturation: 0.73, 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 #B9E86C is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 232 | 108 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.09 |
| HSL | 82.74º | 0.73% | 0.67% | - |
| HSV(B) | 82.74º | 0.53% | 0.91% | - |
| XYZ | 51.57 | 69.11 | 24.81 | - |
| YUV | 203.81 | 73.93 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 232 | 108 | 0.20 | 0 | 0.53 | 0.09 | 82.74 | 0.73 | 0.67 |
| Hex | B9 | E8 | 6C | 14 | 0 | 35 | 9 | 53 | 49 | 43 |
| Octal | 271 | 350 | 154 | 24 | 0 | 65 | 11 | 123 | 111 | 103 |
| Binary | 10111001 | 11101000 | 1101100 | 10100 | 0 | 110101 | 1001 | 1010011 | 1001001 | 1000011 |
Color Harmonies of #B9E86C
Complementary color
Monochromatic Colors of #B9E86C
Black with #B9E86C
Text Example
Text Example
White with #B9E86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E86C; }
p { color: rgb(185,232,108); }
H1.HeaderClassName
{
color: #B9E86C;
}
.AnyTagClassName
{
color: #B9E86C;
}
</style>
background-color css
<style>
a { background-color: #B9E86C; }
a { background-color: rgb(185,232,108); }
div.DivClassName
{
background-color: #B9E86C;
}
.BgClassName
{
background-color: #B9E86C;
}
</style>
border-color css
<style>
span { border-color: #B9E86C; }
span { border-color: rgb(185,232,108); }
td.TdClassName
{
border-color: #B9E86C;
}
.TagClassName
{
border-color: #B9E86C;
}
</style>