Shades of Sulu #BAE474
Tints of Sulu #BAE474
RGB
CMYK
RGB Variations
Color information
#BAE474 (or 0xBAE474) is known color: Sulu. HEX triplet: BA, E4 and 74. RGB value is (186,228,116). Sum of RGB (Red+Green+Blue) = 186+228+116=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #BAE474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE474 is #451B8B. Grayscale: #CBCBCB. Windows color (decimal): -4529036 or 7660730. OLE color: 7660730.
HSL color Cylindrical-coordinate representation of color #BAE474: hue angle of 82.5º degrees, saturation: 0.67, 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 #BAE474 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 228 | 116 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.11 |
| HSL | 82.5º | 0.67% | 0.67% | - |
| HSV(B) | 82.5º | 0.49% | 0.89% | - |
| XYZ | 51.15 | 67.19 | 26.8 | - |
| YUV | 202.67 | 79.09 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 228 | 116 | 0.18 | 0 | 0.49 | 0.11 | 82.5 | 0.67 | 0.67 |
| Hex | BA | E4 | 74 | 12 | 0 | 31 | B | 52 | 43 | 43 |
| Octal | 272 | 344 | 164 | 22 | 0 | 61 | 13 | 122 | 103 | 103 |
| Binary | 10111010 | 11100100 | 1110100 | 10010 | 0 | 110001 | 1011 | 1010010 | 1000011 | 1000011 |
Color Harmonies of #BAE474
Complementary color
Monochromatic Colors of #BAE474
Black with #BAE474
Text Example
Text Example
White with #BAE474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE474; }
p { color: rgb(186,228,116); }
H1.HeaderClassName
{
color: #BAE474;
}
.AnyTagClassName
{
color: #BAE474;
}
</style>
background-color css
<style>
a { background-color: #BAE474; }
a { background-color: rgb(186,228,116); }
div.DivClassName
{
background-color: #BAE474;
}
.BgClassName
{
background-color: #BAE474;
}
</style>
border-color css
<style>
span { border-color: #BAE474; }
span { border-color: rgb(186,228,116); }
td.TdClassName
{
border-color: #BAE474;
}
.TagClassName
{
border-color: #BAE474;
}
</style>