Shades of Sulu #BAE36C
Tints of Sulu #BAE36C
RGB
CMYK
RGB Variations
Color information
#BAE36C (or 0xBAE36C) is known color: Sulu. HEX triplet: BA, E3 and 6C. RGB value is (186,227,108). Sum of RGB (Red+Green+Blue) = 186+227+108=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE36C is #451C93. Grayscale: #C9C9C9. Windows color (decimal): -4529300 or 7136186. OLE color: 7136186.
HSL color Cylindrical-coordinate representation of color #BAE36C: hue angle of 80.67º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAE36C is Cyan = 0.18, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 108 | - |
| CMYK | 0.18 | 0 | 0.52 | 0.11 |
| HSL | 80.67º | 0.68% | 0.66% | - |
| HSV(B) | 80.67º | 0.52% | 0.89% | - |
| XYZ | 50.43 | 66.46 | 24.36 | - |
| YUV | 201.18 | 75.42 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 108 | 0.18 | 0 | 0.52 | 0.11 | 80.67 | 0.68 | 0.66 |
| Hex | BA | E3 | 6C | 12 | 0 | 34 | B | 51 | 44 | 42 |
| Octal | 272 | 343 | 154 | 22 | 0 | 64 | 13 | 121 | 104 | 102 |
| Binary | 10111010 | 11100011 | 1101100 | 10010 | 0 | 110100 | 1011 | 1010001 | 1000100 | 1000010 |
Color Harmonies of #BAE36C
Complementary color
Monochromatic Colors of #BAE36C
Black with #BAE36C
Text Example
Text Example
White with #BAE36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE36C; }
p { color: rgb(186,227,108); }
H1.HeaderClassName
{
color: #BAE36C;
}
.AnyTagClassName
{
color: #BAE36C;
}
</style>
background-color css
<style>
a { background-color: #BAE36C; }
a { background-color: rgb(186,227,108); }
div.DivClassName
{
background-color: #BAE36C;
}
.BgClassName
{
background-color: #BAE36C;
}
</style>
border-color css
<style>
span { border-color: #BAE36C; }
span { border-color: rgb(186,227,108); }
td.TdClassName
{
border-color: #BAE36C;
}
.TagClassName
{
border-color: #BAE36C;
}
</style>