Shades of Sulu #BAEC74
Tints of Sulu #BAEC74
RGB
CMYK
RGB Variations
Color information
#BAEC74 (or 0xBAEC74) is known color: Sulu. HEX triplet: BA, EC and 74. RGB value is (186,236,116). Sum of RGB (Red+Green+Blue) = 186+236+116=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC74 is #45138B. Grayscale: #CFCFCF. Windows color (decimal): -4526988 or 7662778. OLE color: 7662778.
HSL color Cylindrical-coordinate representation of color #BAEC74: hue angle of 85º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAEC74 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 116 | - |
| CMYK | 0.21 | 0 | 0.51 | 0.07 |
| HSL | 85º | 0.76% | 0.69% | - |
| HSV(B) | 85º | 0.51% | 0.93% | - |
| XYZ | 53.4 | 71.69 | 27.55 | - |
| YUV | 207.37 | 76.44 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 116 | 0.21 | 0 | 0.51 | 0.07 | 85 | 0.76 | 0.69 |
| Hex | BA | EC | 74 | 15 | 0 | 33 | 7 | 55 | 4C | 45 |
| Octal | 272 | 354 | 164 | 25 | 0 | 63 | 7 | 125 | 114 | 105 |
| Binary | 10111010 | 11101100 | 1110100 | 10101 | 0 | 110011 | 111 | 1010101 | 1001100 | 1000101 |
Color Harmonies of #BAEC74
Complementary color
Monochromatic Colors of #BAEC74
Black with #BAEC74
Text Example
Text Example
White with #BAEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEC74; }
p { color: rgb(186,236,116); }
H1.HeaderClassName
{
color: #BAEC74;
}
.AnyTagClassName
{
color: #BAEC74;
}
</style>
background-color css
<style>
a { background-color: #BAEC74; }
a { background-color: rgb(186,236,116); }
div.DivClassName
{
background-color: #BAEC74;
}
.BgClassName
{
background-color: #BAEC74;
}
</style>
border-color css
<style>
span { border-color: #BAEC74; }
span { border-color: rgb(186,236,116); }
td.TdClassName
{
border-color: #BAEC74;
}
.TagClassName
{
border-color: #BAEC74;
}
</style>