Shades of Sulu #B9E47A
Tints of Sulu #B9E47A
RGB
CMYK
RGB Variations
Color information
#B9E47A (or 0xB9E47A) is known color: Sulu. HEX triplet: B9, E4 and 7A. RGB value is (185,228,122). Sum of RGB (Red+Green+Blue) = 185+228+122=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 228 (89.45% from 255 or 42.62% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9E47A is #461B85. Grayscale: #CBCBCB. Windows color (decimal): -4594566 or 8053945. OLE color: 8053945.
HSL color Cylindrical-coordinate representation of color #B9E47A: hue angle of 84.34º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9E47A is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 122 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.11 |
| HSL | 84.34º | 0.66% | 0.69% | - |
| HSV(B) | 84.34º | 0.46% | 0.89% | - |
| XYZ | 51.26 | 67.21 | 28.68 | - |
| YUV | 203.06 | 82.25 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 122 | 0.19 | 0 | 0.46 | 0.11 | 84.34 | 0.66 | 0.69 |
| Hex | B9 | E4 | 7A | 13 | 0 | 2E | B | 54 | 42 | 45 |
| Octal | 271 | 344 | 172 | 23 | 0 | 56 | 13 | 124 | 102 | 105 |
| Binary | 10111001 | 11100100 | 1111010 | 10011 | 0 | 101110 | 1011 | 1010100 | 1000010 | 1000101 |
Color Harmonies of #B9E47A
Complementary color
Monochromatic Colors of #B9E47A
Black with #B9E47A
Text Example
Text Example
White with #B9E47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E47A; }
p { color: rgb(185,228,122); }
H1.HeaderClassName
{
color: #B9E47A;
}
.AnyTagClassName
{
color: #B9E47A;
}
</style>
background-color css
<style>
a { background-color: #B9E47A; }
a { background-color: rgb(185,228,122); }
div.DivClassName
{
background-color: #B9E47A;
}
.BgClassName
{
background-color: #B9E47A;
}
</style>
border-color css
<style>
span { border-color: #B9E47A; }
span { border-color: rgb(185,228,122); }
td.TdClassName
{
border-color: #B9E47A;
}
.TagClassName
{
border-color: #B9E47A;
}
</style>