Shades of Sulu #B9E56A
Tints of Sulu #B9E56A
RGB
CMYK
RGB Variations
Color information
#B9E56A (or 0xB9E56A) is known color: Sulu. HEX triplet: B9, E5 and 6A. RGB value is (185,229,106). Sum of RGB (Red+Green+Blue) = 185+229+106=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 106 (41.80% from 255 or 20.38% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #B9E56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E56A is #461A95. Grayscale: #CACACA. Windows color (decimal): -4594326 or 7005625. OLE color: 7005625.
HSL color Cylindrical-coordinate representation of color #B9E56A: hue angle of 81.46º degrees, saturation: 0.7, 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 #B9E56A is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 229 | 106 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.10 |
| HSL | 81.46º | 0.7% | 0.66% | - |
| HSV(B) | 81.46º | 0.54% | 0.9% | - |
| XYZ | 50.63 | 67.39 | 23.98 | - |
| YUV | 201.82 | 73.92 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 229 | 106 | 0.19 | 0 | 0.54 | 0.10 | 81.46 | 0.7 | 0.66 |
| Hex | B9 | E5 | 6A | 13 | 0 | 36 | A | 51 | 46 | 42 |
| Octal | 271 | 345 | 152 | 23 | 0 | 66 | 12 | 121 | 106 | 102 |
| Binary | 10111001 | 11100101 | 1101010 | 10011 | 0 | 110110 | 1010 | 1010001 | 1000110 | 1000010 |
Color Harmonies of #B9E56A
Complementary color
Monochromatic Colors of #B9E56A
Black with #B9E56A
Text Example
Text Example
White with #B9E56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E56A; }
p { color: rgb(185,229,106); }
H1.HeaderClassName
{
color: #B9E56A;
}
.AnyTagClassName
{
color: #B9E56A;
}
</style>
background-color css
<style>
a { background-color: #B9E56A; }
a { background-color: rgb(185,229,106); }
div.DivClassName
{
background-color: #B9E56A;
}
.BgClassName
{
background-color: #B9E56A;
}
</style>
border-color css
<style>
span { border-color: #B9E56A; }
span { border-color: rgb(185,229,106); }
td.TdClassName
{
border-color: #B9E56A;
}
.TagClassName
{
border-color: #B9E56A;
}
</style>