Shades of Sulu #BAE38C
Tints of Sulu #BAE38C
RGB
CMYK
RGB Variations
Color information
#BAE38C (or 0xBAE38C) is known color: Sulu. HEX triplet: BA, E3 and 8C. RGB value is (186,227,140). Sum of RGB (Red+Green+Blue) = 186+227+140=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 140 (55.08% from 255 or 25.32% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAE38C is #451C73. Grayscale: #CDCDCD. Windows color (decimal): -4529268 or 9233338. OLE color: 9233338.
HSL color Cylindrical-coordinate representation of color #BAE38C: hue angle of 88.28º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAE38C is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 140 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.11 |
| HSL | 88.28º | 0.61% | 0.72% | - |
| HSV(B) | 88.28º | 0.38% | 0.89% | - |
| XYZ | 52.45 | 67.27 | 35.03 | - |
| YUV | 204.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 140 | 0.18 | 0 | 0.38 | 0.11 | 88.28 | 0.61 | 0.72 |
| Hex | BA | E3 | 8C | 12 | 0 | 26 | B | 58 | 3D | 48 |
| Octal | 272 | 343 | 214 | 22 | 0 | 46 | 13 | 130 | 75 | 110 |
| Binary | 10111010 | 11100011 | 10001100 | 10010 | 0 | 100110 | 1011 | 1011000 | 111101 | 1001000 |
Color Harmonies of #BAE38C
Complementary color
Monochromatic Colors of #BAE38C
Black with #BAE38C
Text Example
Text Example
White with #BAE38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE38C; }
p { color: rgb(186,227,140); }
H1.HeaderClassName
{
color: #BAE38C;
}
.AnyTagClassName
{
color: #BAE38C;
}
</style>
background-color css
<style>
a { background-color: #BAE38C; }
a { background-color: rgb(186,227,140); }
div.DivClassName
{
background-color: #BAE38C;
}
.BgClassName
{
background-color: #BAE38C;
}
</style>
border-color css
<style>
span { border-color: #BAE38C; }
span { border-color: rgb(186,227,140); }
td.TdClassName
{
border-color: #BAE38C;
}
.TagClassName
{
border-color: #BAE38C;
}
</style>