Shades of Sulu #BAE672
Tints of Sulu #BAE672
RGB
CMYK
RGB Variations
Color information
#BAE672 (or 0xBAE672) is known color: Sulu. HEX triplet: BA, E6 and 72. RGB value is (186,230,114). Sum of RGB (Red+Green+Blue) = 186+230+114=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 114 (44.92% from 255 or 21.51% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE672 is #45198D. Grayscale: #CCCCCC. Windows color (decimal): -4528526 or 7530170. OLE color: 7530170.
HSL color Cylindrical-coordinate representation of color #BAE672: hue angle of 82.76º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BAE672 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 114 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.10 |
| HSL | 82.76º | 0.7% | 0.67% | - |
| HSV(B) | 82.76º | 0.5% | 0.9% | - |
| XYZ | 51.58 | 68.25 | 26.37 | - |
| YUV | 203.62 | 77.42 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 114 | 0.19 | 0 | 0.50 | 0.10 | 82.76 | 0.7 | 0.67 |
| Hex | BA | E6 | 72 | 13 | 0 | 32 | A | 53 | 46 | 43 |
| Octal | 272 | 346 | 162 | 23 | 0 | 62 | 12 | 123 | 106 | 103 |
| Binary | 10111010 | 11100110 | 1110010 | 10011 | 0 | 110010 | 1010 | 1010011 | 1000110 | 1000011 |
Color Harmonies of #BAE672
Complementary color
Monochromatic Colors of #BAE672
Black with #BAE672
Text Example
Text Example
White with #BAE672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE672; }
p { color: rgb(186,230,114); }
H1.HeaderClassName
{
color: #BAE672;
}
.AnyTagClassName
{
color: #BAE672;
}
</style>
background-color css
<style>
a { background-color: #BAE672; }
a { background-color: rgb(186,230,114); }
div.DivClassName
{
background-color: #BAE672;
}
.BgClassName
{
background-color: #BAE672;
}
</style>
border-color css
<style>
span { border-color: #BAE672; }
span { border-color: rgb(186,230,114); }
td.TdClassName
{
border-color: #BAE672;
}
.TagClassName
{
border-color: #BAE672;
}
</style>