Shades of Sulu #BAEA7D
Tints of Sulu #BAEA7D
RGB
CMYK
RGB Variations
Color information
#BAEA7D (or 0xBAEA7D) is known color: Sulu. HEX triplet: BA, EA and 7D. RGB value is (186,234,125). Sum of RGB (Red+Green+Blue) = 186+234+125=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 234 (91.80% from 255 or 42.94% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA7D is #451582. Grayscale: #CFCFCF. Windows color (decimal): -4527491 or 8252090. OLE color: 8252090.
HSL color Cylindrical-coordinate representation of color #BAEA7D: hue angle of 86.42º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BAEA7D is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 125 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.08 |
| HSL | 86.42º | 0.72% | 0.7% | - |
| HSV(B) | 86.42º | 0.47% | 0.92% | - |
| XYZ | 53.37 | 70.77 | 30.25 | - |
| YUV | 207.22 | 81.6 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 125 | 0.21 | 0 | 0.47 | 0.08 | 86.42 | 0.72 | 0.7 |
| Hex | BA | EA | 7D | 15 | 0 | 2F | 8 | 56 | 48 | 46 |
| Octal | 272 | 352 | 175 | 25 | 0 | 57 | 10 | 126 | 110 | 106 |
| Binary | 10111010 | 11101010 | 1111101 | 10101 | 0 | 101111 | 1000 | 1010110 | 1001000 | 1000110 |
Color Harmonies of #BAEA7D
Complementary color
Monochromatic Colors of #BAEA7D
Black with #BAEA7D
Text Example
Text Example
White with #BAEA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA7D; }
p { color: rgb(186,234,125); }
H1.HeaderClassName
{
color: #BAEA7D;
}
.AnyTagClassName
{
color: #BAEA7D;
}
</style>
background-color css
<style>
a { background-color: #BAEA7D; }
a { background-color: rgb(186,234,125); }
div.DivClassName
{
background-color: #BAEA7D;
}
.BgClassName
{
background-color: #BAEA7D;
}
</style>
border-color css
<style>
span { border-color: #BAEA7D; }
span { border-color: rgb(186,234,125); }
td.TdClassName
{
border-color: #BAEA7D;
}
.TagClassName
{
border-color: #BAEA7D;
}
</style>