Shades of Sulu #B9E976
Tints of Sulu #B9E976
RGB
CMYK
RGB Variations
Color information
#B9E976 (or 0xB9E976) is known color: Sulu. HEX triplet: B9, E9 and 76. RGB value is (185,233,118). Sum of RGB (Red+Green+Blue) = 185+233+118=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #B9E976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9E976 is #461689. Grayscale: #CDCDCD. Windows color (decimal): -4593290 or 7793081. OLE color: 7793081.
HSL color Cylindrical-coordinate representation of color #B9E976: hue angle of 85.04º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B9E976 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 233 | 118 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.09 |
| HSL | 85.04º | 0.72% | 0.69% | - |
| HSV(B) | 85.04º | 0.49% | 0.91% | - |
| XYZ | 52.42 | 69.9 | 27.87 | - |
| YUV | 205.54 | 78.6 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 233 | 118 | 0.21 | 0 | 0.49 | 0.09 | 85.04 | 0.72 | 0.69 |
| Hex | B9 | E9 | 76 | 15 | 0 | 31 | 9 | 55 | 48 | 45 |
| Octal | 271 | 351 | 166 | 25 | 0 | 61 | 11 | 125 | 110 | 105 |
| Binary | 10111001 | 11101001 | 1110110 | 10101 | 0 | 110001 | 1001 | 1010101 | 1001000 | 1000101 |
Color Harmonies of #B9E976
Complementary color
Monochromatic Colors of #B9E976
Black with #B9E976
Text Example
Text Example
White with #B9E976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E976; }
p { color: rgb(185,233,118); }
H1.HeaderClassName
{
color: #B9E976;
}
.AnyTagClassName
{
color: #B9E976;
}
</style>
background-color css
<style>
a { background-color: #B9E976; }
a { background-color: rgb(185,233,118); }
div.DivClassName
{
background-color: #B9E976;
}
.BgClassName
{
background-color: #B9E976;
}
</style>
border-color css
<style>
span { border-color: #B9E976; }
span { border-color: rgb(185,233,118); }
td.TdClassName
{
border-color: #B9E976;
}
.TagClassName
{
border-color: #B9E976;
}
</style>