Shades of Sulu #BAE98F
Tints of Sulu #BAE98F
RGB
CMYK
RGB Variations
Color information
#BAE98F (or 0xBAE98F) is known color: Sulu. HEX triplet: BA, E9 and 8F. RGB value is (186,233,143). Sum of RGB (Red+Green+Blue) = 186+233+143=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 143 (56.25% from 255 or 25.44% from 562); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE98F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE98F is #451670. Grayscale: #D0D0D0. Windows color (decimal): -4527729 or 9431482. OLE color: 9431482.
HSL color Cylindrical-coordinate representation of color #BAE98F: hue angle of 91.33º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BAE98F is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 143 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.09 |
| HSL | 91.33º | 0.67% | 0.74% | - |
| HSV(B) | 91.33º | 0.39% | 0.91% | - |
| XYZ | 54.35 | 70.7 | 36.77 | - |
| YUV | 208.69 | 90.93 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 143 | 0.20 | 0 | 0.39 | 0.09 | 91.33 | 0.67 | 0.74 |
| Hex | BA | E9 | 8F | 14 | 0 | 27 | 9 | 5B | 43 | 4A |
| Octal | 272 | 351 | 217 | 24 | 0 | 47 | 11 | 133 | 103 | 112 |
| Binary | 10111010 | 11101001 | 10001111 | 10100 | 0 | 100111 | 1001 | 1011011 | 1000011 | 1001010 |
Color Harmonies of #BAE98F
Complementary color
Monochromatic Colors of #BAE98F
Black with #BAE98F
Text Example
Text Example
White with #BAE98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE98F; }
p { color: rgb(186,233,143); }
H1.HeaderClassName
{
color: #BAE98F;
}
.AnyTagClassName
{
color: #BAE98F;
}
</style>
background-color css
<style>
a { background-color: #BAE98F; }
a { background-color: rgb(186,233,143); }
div.DivClassName
{
background-color: #BAE98F;
}
.BgClassName
{
background-color: #BAE98F;
}
</style>
border-color css
<style>
span { border-color: #BAE98F; }
span { border-color: rgb(186,233,143); }
td.TdClassName
{
border-color: #BAE98F;
}
.TagClassName
{
border-color: #BAE98F;
}
</style>