Shades of Sulu #BAEE68
Tints of Sulu #BAEE68
RGB
CMYK
RGB Variations
Color information
#BAEE68 (or 0xBAEE68) is known color: Sulu. HEX triplet: BA, EE and 68. RGB value is (186,238,104). Sum of RGB (Red+Green+Blue) = 186+238+104=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 238 (93.36% from 255 or 45.08% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEE68 is #451197. Grayscale: #CFCFCF. Windows color (decimal): -4526488 or 6876858. OLE color: 6876858.
HSL color Cylindrical-coordinate representation of color #BAEE68: hue angle of 83.28º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BAEE68 is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 104 | - |
| CMYK | 0.22 | 0 | 0.56 | 0.07 |
| HSL | 83.28º | 0.8% | 0.67% | - |
| HSV(B) | 83.28º | 0.56% | 0.93% | - |
| XYZ | 53.32 | 72.59 | 24.3 | - |
| YUV | 207.18 | 69.77 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 104 | 0.22 | 0 | 0.56 | 0.07 | 83.28 | 0.8 | 0.67 |
| Hex | BA | EE | 68 | 16 | 0 | 38 | 7 | 53 | 50 | 43 |
| Octal | 272 | 356 | 150 | 26 | 0 | 70 | 7 | 123 | 120 | 103 |
| Binary | 10111010 | 11101110 | 1101000 | 10110 | 0 | 111000 | 111 | 1010011 | 1010000 | 1000011 |
Color Harmonies of #BAEE68
Complementary color
Monochromatic Colors of #BAEE68
Black with #BAEE68
Text Example
Text Example
White with #BAEE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEE68; }
p { color: rgb(186,238,104); }
H1.HeaderClassName
{
color: #BAEE68;
}
.AnyTagClassName
{
color: #BAEE68;
}
</style>
background-color css
<style>
a { background-color: #BAEE68; }
a { background-color: rgb(186,238,104); }
div.DivClassName
{
background-color: #BAEE68;
}
.BgClassName
{
background-color: #BAEE68;
}
</style>
border-color css
<style>
span { border-color: #BAEE68; }
span { border-color: rgb(186,238,104); }
td.TdClassName
{
border-color: #BAEE68;
}
.TagClassName
{
border-color: #BAEE68;
}
</style>