Shades of Sulu #B9E96E
Tints of Sulu #B9E96E
RGB
CMYK
RGB Variations
Color information
#B9E96E (or 0xB9E96E) is known color: Sulu. HEX triplet: B9, E9 and 6E. RGB value is (185,233,110). Sum of RGB (Red+Green+Blue) = 185+233+110=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 233 (91.41% from 255 or 44.13% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E96E is #461691. Grayscale: #CDCDCD. Windows color (decimal): -4593298 or 7268793. OLE color: 7268793.
HSL color Cylindrical-coordinate representation of color #B9E96E: hue angle of 83.41º 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 #B9E96E is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 233 | 110 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.09 |
| HSL | 83.41º | 0.74% | 0.67% | - |
| HSV(B) | 83.41º | 0.53% | 0.91% | - |
| XYZ | 51.96 | 69.72 | 25.47 | - |
| YUV | 204.63 | 74.6 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 110 | 0.21 | 0 | 0.53 | 0.09 | 83.41 | 0.74 | 0.67 |
| Hex | B9 | E9 | 6E | 15 | 0 | 35 | 9 | 53 | 4A | 43 |
| Octal | 271 | 351 | 156 | 25 | 0 | 65 | 11 | 123 | 112 | 103 |
| Binary | 10111001 | 11101001 | 1101110 | 10101 | 0 | 110101 | 1001 | 1010011 | 1001010 | 1000011 |
Color Harmonies of #B9E96E
Complementary color
Monochromatic Colors of #B9E96E
Black with #B9E96E
Text Example
Text Example
White with #B9E96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E96E; }
p { color: rgb(185,233,110); }
H1.HeaderClassName
{
color: #B9E96E;
}
.AnyTagClassName
{
color: #B9E96E;
}
</style>
background-color css
<style>
a { background-color: #B9E96E; }
a { background-color: rgb(185,233,110); }
div.DivClassName
{
background-color: #B9E96E;
}
.BgClassName
{
background-color: #B9E96E;
}
</style>
border-color css
<style>
span { border-color: #B9E96E; }
span { border-color: rgb(185,233,110); }
td.TdClassName
{
border-color: #B9E96E;
}
.TagClassName
{
border-color: #B9E96E;
}
</style>