Shades of Sulu #BAEE8A
Tints of Sulu #BAEE8A
RGB
CMYK
RGB Variations
Color information
#BAEE8A (or 0xBAEE8A) is known color: Sulu. HEX triplet: BA, EE and 8A. RGB value is (186,238,138). Sum of RGB (Red+Green+Blue) = 186+238+138=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 238 (93.36% from 255 or 42.35% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEE8A is #451175. Grayscale: #D3D3D3. Windows color (decimal): -4526454 or 9105082. OLE color: 9105082.
HSL color Cylindrical-coordinate representation of color #BAEE8A: hue angle of 91.2º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAEE8A is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 138 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.07 |
| HSL | 91.2º | 0.75% | 0.74% | - |
| HSV(B) | 91.2º | 0.42% | 0.93% | - |
| XYZ | 55.41 | 73.42 | 35.3 | - |
| YUV | 211.05 | 86.77 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 138 | 0.22 | 0 | 0.42 | 0.07 | 91.2 | 0.75 | 0.74 |
| Hex | BA | EE | 8A | 16 | 0 | 2A | 7 | 5B | 4B | 4A |
| Octal | 272 | 356 | 212 | 26 | 0 | 52 | 7 | 133 | 113 | 112 |
| Binary | 10111010 | 11101110 | 10001010 | 10110 | 0 | 101010 | 111 | 1011011 | 1001011 | 1001010 |
Color Harmonies of #BAEE8A
Complementary color
Monochromatic Colors of #BAEE8A
Black with #BAEE8A
Text Example
Text Example
White with #BAEE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEE8A; }
p { color: rgb(186,238,138); }
H1.HeaderClassName
{
color: #BAEE8A;
}
.AnyTagClassName
{
color: #BAEE8A;
}
</style>
background-color css
<style>
a { background-color: #BAEE8A; }
a { background-color: rgb(186,238,138); }
div.DivClassName
{
background-color: #BAEE8A;
}
.BgClassName
{
background-color: #BAEE8A;
}
</style>
border-color css
<style>
span { border-color: #BAEE8A; }
span { border-color: rgb(186,238,138); }
td.TdClassName
{
border-color: #BAEE8A;
}
.TagClassName
{
border-color: #BAEE8A;
}
</style>