Shades of Sulu #BADE6C
Tints of Sulu #BADE6C
RGB
CMYK
RGB Variations
Color information
#BADE6C (or 0xBADE6C) is known color: Sulu. HEX triplet: BA, DE and 6C. RGB value is (186,222,108). Sum of RGB (Red+Green+Blue) = 186+222+108=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE6C is #452193. Grayscale: #C6C6C6. Windows color (decimal): -4530580 or 7134906. OLE color: 7134906.
HSL color Cylindrical-coordinate representation of color #BADE6C: hue angle of 78.95º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BADE6C is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 108 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.13 |
| HSL | 78.95º | 0.63% | 0.65% | - |
| HSV(B) | 78.95º | 0.51% | 0.87% | - |
| XYZ | 49.08 | 63.76 | 23.91 | - |
| YUV | 198.24 | 77.07 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 108 | 0.16 | 0 | 0.51 | 0.13 | 78.95 | 0.63 | 0.65 |
| Hex | BA | DE | 6C | 10 | 0 | 33 | D | 4F | 3F | 41 |
| Octal | 272 | 336 | 154 | 20 | 0 | 63 | 15 | 117 | 77 | 101 |
| Binary | 10111010 | 11011110 | 1101100 | 10000 | 0 | 110011 | 1101 | 1001111 | 111111 | 1000001 |
Color Harmonies of #BADE6C
Complementary color
Monochromatic Colors of #BADE6C
Black with #BADE6C
Text Example
Text Example
White with #BADE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE6C; }
p { color: rgb(186,222,108); }
H1.HeaderClassName
{
color: #BADE6C;
}
.AnyTagClassName
{
color: #BADE6C;
}
</style>
background-color css
<style>
a { background-color: #BADE6C; }
a { background-color: rgb(186,222,108); }
div.DivClassName
{
background-color: #BADE6C;
}
.BgClassName
{
background-color: #BADE6C;
}
</style>
border-color css
<style>
span { border-color: #BADE6C; }
span { border-color: rgb(186,222,108); }
td.TdClassName
{
border-color: #BADE6C;
}
.TagClassName
{
border-color: #BADE6C;
}
</style>