Shades of Sulu #B9E08A
Tints of Sulu #B9E08A
RGB
CMYK
RGB Variations
Color information
#B9E08A (or 0xB9E08A) is known color: Sulu. HEX triplet: B9, E0 and 8A. RGB value is (185,224,138). Sum of RGB (Red+Green+Blue) = 185+224+138=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 138 (54.30% from 255 or 25.23% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9E08A is #461F75. Grayscale: #CACACA. Windows color (decimal): -4595574 or 9101497. OLE color: 9101497.
HSL color Cylindrical-coordinate representation of color #B9E08A: hue angle of 87.21º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B9E08A is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 224 | 138 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.12 |
| HSL | 87.21º | 0.58% | 0.71% | - |
| HSV(B) | 87.21º | 0.38% | 0.88% | - |
| XYZ | 51.25 | 65.46 | 33.98 | - |
| YUV | 202.54 | 91.58 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 224 | 138 | 0.17 | 0 | 0.38 | 0.12 | 87.21 | 0.58 | 0.71 |
| Hex | B9 | E0 | 8A | 11 | 0 | 26 | C | 57 | 3A | 47 |
| Octal | 271 | 340 | 212 | 21 | 0 | 46 | 14 | 127 | 72 | 107 |
| Binary | 10111001 | 11100000 | 10001010 | 10001 | 0 | 100110 | 1100 | 1010111 | 111010 | 1000111 |
Color Harmonies of #B9E08A
Complementary color
Monochromatic Colors of #B9E08A
Black with #B9E08A
Text Example
Text Example
White with #B9E08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E08A; }
p { color: rgb(185,224,138); }
H1.HeaderClassName
{
color: #B9E08A;
}
.AnyTagClassName
{
color: #B9E08A;
}
</style>
background-color css
<style>
a { background-color: #B9E08A; }
a { background-color: rgb(185,224,138); }
div.DivClassName
{
background-color: #B9E08A;
}
.BgClassName
{
background-color: #B9E08A;
}
</style>
border-color css
<style>
span { border-color: #B9E08A; }
span { border-color: rgb(185,224,138); }
td.TdClassName
{
border-color: #B9E08A;
}
.TagClassName
{
border-color: #B9E08A;
}
</style>