Shades of Sulu #BAEA70
Tints of Sulu #BAEA70
RGB
CMYK
RGB Variations
Color information
#BAEA70 (or 0xBAEA70) is known color: Sulu. HEX triplet: BA, EA and 70. RGB value is (186,234,112). Sum of RGB (Red+Green+Blue) = 186+234+112=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA70 is #45158F. Grayscale: #CECECE. Windows color (decimal): -4527504 or 7400122. OLE color: 7400122.
HSL color Cylindrical-coordinate representation of color #BAEA70: hue angle of 83.61º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAEA70 is Cyan = 0.21, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 112 | - |
| CMYK | 0.21 | 0 | 0.52 | 0.08 |
| HSL | 83.61º | 0.74% | 0.68% | - |
| HSV(B) | 83.61º | 0.52% | 0.92% | - |
| XYZ | 52.6 | 70.45 | 26.16 | - |
| YUV | 205.74 | 75.1 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 112 | 0.21 | 0 | 0.52 | 0.08 | 83.61 | 0.74 | 0.68 |
| Hex | BA | EA | 70 | 15 | 0 | 34 | 8 | 54 | 4A | 44 |
| Octal | 272 | 352 | 160 | 25 | 0 | 64 | 10 | 124 | 112 | 104 |
| Binary | 10111010 | 11101010 | 1110000 | 10101 | 0 | 110100 | 1000 | 1010100 | 1001010 | 1000100 |
Color Harmonies of #BAEA70
Complementary color
Monochromatic Colors of #BAEA70
Black with #BAEA70
Text Example
Text Example
White with #BAEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA70; }
p { color: rgb(186,234,112); }
H1.HeaderClassName
{
color: #BAEA70;
}
.AnyTagClassName
{
color: #BAEA70;
}
</style>
background-color css
<style>
a { background-color: #BAEA70; }
a { background-color: rgb(186,234,112); }
div.DivClassName
{
background-color: #BAEA70;
}
.BgClassName
{
background-color: #BAEA70;
}
</style>
border-color css
<style>
span { border-color: #BAEA70; }
span { border-color: rgb(186,234,112); }
td.TdClassName
{
border-color: #BAEA70;
}
.TagClassName
{
border-color: #BAEA70;
}
</style>