Shades of Sulu #BAE692
Tints of Sulu #BAE692
RGB
CMYK
RGB Variations
Color information
#BAE692 (or 0xBAE692) is known color: Sulu. HEX triplet: BA, E6 and 92. RGB value is (186,230,146). Sum of RGB (Red+Green+Blue) = 186+230+146=562 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.10% from 562); Green value is 230 (90.23% from 255 or 40.93% from 562); Blue value is 146 (57.42% from 255 or 25.98% from 562); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE692 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAE692 is #45196D. Grayscale: #CFCFCF. Windows color (decimal): -4528494 or 9627322. OLE color: 9627322.
HSL color Cylindrical-coordinate representation of color #BAE692: hue angle of 91.43º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAE692 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 146 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.10 |
| HSL | 91.43º | 0.63% | 0.74% | - |
| HSV(B) | 91.43º | 0.37% | 0.9% | - |
| XYZ | 53.73 | 69.11 | 37.7 | - |
| YUV | 207.27 | 93.42 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 146 | 0.19 | 0 | 0.37 | 0.10 | 91.43 | 0.63 | 0.74 |
| Hex | BA | E6 | 92 | 13 | 0 | 25 | A | 5B | 3F | 4A |
| Octal | 272 | 346 | 222 | 23 | 0 | 45 | 12 | 133 | 77 | 112 |
| Binary | 10111010 | 11100110 | 10010010 | 10011 | 0 | 100101 | 1010 | 1011011 | 111111 | 1001010 |
Color Harmonies of #BAE692
Complementary color
Monochromatic Colors of #BAE692
Black with #BAE692
Text Example
Text Example
White with #BAE692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE692; }
p { color: rgb(186,230,146); }
H1.HeaderClassName
{
color: #BAE692;
}
.AnyTagClassName
{
color: #BAE692;
}
</style>
background-color css
<style>
a { background-color: #BAE692; }
a { background-color: rgb(186,230,146); }
div.DivClassName
{
background-color: #BAE692;
}
.BgClassName
{
background-color: #BAE692;
}
</style>
border-color css
<style>
span { border-color: #BAE692; }
span { border-color: rgb(186,230,146); }
td.TdClassName
{
border-color: #BAE692;
}
.TagClassName
{
border-color: #BAE692;
}
</style>