Shades of Sulu #BAE374
Tints of Sulu #BAE374
RGB
CMYK
RGB Variations
Color information
#BAE374 (or 0xBAE374) is known color: Sulu. HEX triplet: BA, E3 and 74. RGB value is (186,227,116). Sum of RGB (Red+Green+Blue) = 186+227+116=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 227 (89.06% from 255 or 42.91% from 529); Blue value is 116 (45.70% from 255 or 21.93% from 529); Max value from RGB is 227 - color contains mainly: green. Hex color #BAE374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE374 is #451C8B. Grayscale: #CACACA. Windows color (decimal): -4529292 or 7660474. OLE color: 7660474.
HSL color Cylindrical-coordinate representation of color #BAE374: hue angle of 82.16º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAE374 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 227 | 116 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.11 |
| HSL | 82.16º | 0.66% | 0.67% | - |
| HSV(B) | 82.16º | 0.49% | 0.89% | - |
| XYZ | 50.87 | 66.64 | 26.7 | - |
| YUV | 202.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 227 | 116 | 0.18 | 0 | 0.49 | 0.11 | 82.16 | 0.66 | 0.67 |
| Hex | BA | E3 | 74 | 12 | 0 | 31 | B | 52 | 42 | 43 |
| Octal | 272 | 343 | 164 | 22 | 0 | 61 | 13 | 122 | 102 | 103 |
| Binary | 10111010 | 11100011 | 1110100 | 10010 | 0 | 110001 | 1011 | 1010010 | 1000010 | 1000011 |
Color Harmonies of #BAE374
Complementary color
Monochromatic Colors of #BAE374
Black with #BAE374
Text Example
Text Example
White with #BAE374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE374; }
p { color: rgb(186,227,116); }
H1.HeaderClassName
{
color: #BAE374;
}
.AnyTagClassName
{
color: #BAE374;
}
</style>
background-color css
<style>
a { background-color: #BAE374; }
a { background-color: rgb(186,227,116); }
div.DivClassName
{
background-color: #BAE374;
}
.BgClassName
{
background-color: #BAE374;
}
</style>
border-color css
<style>
span { border-color: #BAE374; }
span { border-color: rgb(186,227,116); }
td.TdClassName
{
border-color: #BAE374;
}
.TagClassName
{
border-color: #BAE374;
}
</style>