Shades of Sulu #BAE66C
Tints of Sulu #BAE66C
RGB
CMYK
RGB Variations
Color information
#BAE66C (or 0xBAE66C) is known color: Sulu. HEX triplet: BA, E6 and 6C. RGB value is (186,230,108). Sum of RGB (Red+Green+Blue) = 186+230+108=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 230 (90.23% from 255 or 43.89% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE66C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE66C is #451993. Grayscale: #CBCBCB. Windows color (decimal): -4528532 or 7136954. OLE color: 7136954.
HSL color Cylindrical-coordinate representation of color #BAE66C: hue angle of 81.64º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BAE66C is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 108 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.10 |
| HSL | 81.64º | 0.71% | 0.66% | - |
| HSV(B) | 81.64º | 0.53% | 0.9% | - |
| XYZ | 51.25 | 68.12 | 24.63 | - |
| YUV | 202.94 | 74.42 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 108 | 0.19 | 0 | 0.53 | 0.10 | 81.64 | 0.71 | 0.66 |
| Hex | BA | E6 | 6C | 13 | 0 | 35 | A | 52 | 47 | 42 |
| Octal | 272 | 346 | 154 | 23 | 0 | 65 | 12 | 122 | 107 | 102 |
| Binary | 10111010 | 11100110 | 1101100 | 10011 | 0 | 110101 | 1010 | 1010010 | 1000111 | 1000010 |
Color Harmonies of #BAE66C
Complementary color
Monochromatic Colors of #BAE66C
Black with #BAE66C
Text Example
Text Example
White with #BAE66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE66C; }
p { color: rgb(186,230,108); }
H1.HeaderClassName
{
color: #BAE66C;
}
.AnyTagClassName
{
color: #BAE66C;
}
</style>
background-color css
<style>
a { background-color: #BAE66C; }
a { background-color: rgb(186,230,108); }
div.DivClassName
{
background-color: #BAE66C;
}
.BgClassName
{
background-color: #BAE66C;
}
</style>
border-color css
<style>
span { border-color: #BAE66C; }
span { border-color: rgb(186,230,108); }
td.TdClassName
{
border-color: #BAE66C;
}
.TagClassName
{
border-color: #BAE66C;
}
</style>