Shades of Sulu #B9ED8E
Tints of Sulu #B9ED8E
RGB
CMYK
RGB Variations
Color information
#B9ED8E (or 0xB9ED8E) is known color: Sulu. HEX triplet: B9, ED and 8E. RGB value is (185,237,142). Sum of RGB (Red+Green+Blue) = 185+237+142=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 142 (55.86% from 255 or 25.18% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #B9ED8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9ED8E is #461271. Grayscale: #D2D2D2. Windows color (decimal): -4592242 or 9366969. OLE color: 9366969.
HSL color Cylindrical-coordinate representation of color #B9ED8E: hue angle of 92.84º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B9ED8E is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 237 | 142 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.07 |
| HSL | 92.84º | 0.73% | 0.74% | - |
| HSV(B) | 92.84º | 0.4% | 0.93% | - |
| XYZ | 55.17 | 72.84 | 36.74 | - |
| YUV | 210.62 | 89.27 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 237 | 142 | 0.22 | 0 | 0.40 | 0.07 | 92.84 | 0.73 | 0.74 |
| Hex | B9 | ED | 8E | 16 | 0 | 28 | 7 | 5D | 49 | 4A |
| Octal | 271 | 355 | 216 | 26 | 0 | 50 | 7 | 135 | 111 | 112 |
| Binary | 10111001 | 11101101 | 10001110 | 10110 | 0 | 101000 | 111 | 1011101 | 1001001 | 1001010 |
Color Harmonies of #B9ED8E
Complementary color
Monochromatic Colors of #B9ED8E
Black with #B9ED8E
Text Example
Text Example
White with #B9ED8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ED8E; }
p { color: rgb(185,237,142); }
H1.HeaderClassName
{
color: #B9ED8E;
}
.AnyTagClassName
{
color: #B9ED8E;
}
</style>
background-color css
<style>
a { background-color: #B9ED8E; }
a { background-color: rgb(185,237,142); }
div.DivClassName
{
background-color: #B9ED8E;
}
.BgClassName
{
background-color: #B9ED8E;
}
</style>
border-color css
<style>
span { border-color: #B9ED8E; }
span { border-color: rgb(185,237,142); }
td.TdClassName
{
border-color: #B9ED8E;
}
.TagClassName
{
border-color: #B9ED8E;
}
</style>