Shades of Sulu #BADD6D
Tints of Sulu #BADD6D
RGB
CMYK
RGB Variations
Color information
#BADD6D (or 0xBADD6D) is known color: Sulu. HEX triplet: BA, DD and 6D. RGB value is (186,221,109). Sum of RGB (Red+Green+Blue) = 186+221+109=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD6D is #452292. Grayscale: #C6C6C6. Windows color (decimal): -4530835 or 7200186. OLE color: 7200186.
HSL color Cylindrical-coordinate representation of color #BADD6D: hue angle of 78.75º degrees, saturation: 0.62, 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 #BADD6D is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 109 | - |
| CMYK | 0.16 | 0 | 0.51 | 0.13 |
| HSL | 78.75º | 0.62% | 0.65% | - |
| HSV(B) | 78.75º | 0.51% | 0.87% | - |
| XYZ | 48.87 | 63.26 | 24.1 | - |
| YUV | 197.77 | 77.9 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 109 | 0.16 | 0 | 0.51 | 0.13 | 78.75 | 0.62 | 0.65 |
| Hex | BA | DD | 6D | 10 | 0 | 33 | D | 4F | 3E | 41 |
| Octal | 272 | 335 | 155 | 20 | 0 | 63 | 15 | 117 | 76 | 101 |
| Binary | 10111010 | 11011101 | 1101101 | 10000 | 0 | 110011 | 1101 | 1001111 | 111110 | 1000001 |
Color Harmonies of #BADD6D
Complementary color
Monochromatic Colors of #BADD6D
Black with #BADD6D
Text Example
Text Example
White with #BADD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD6D; }
p { color: rgb(186,221,109); }
H1.HeaderClassName
{
color: #BADD6D;
}
.AnyTagClassName
{
color: #BADD6D;
}
</style>
background-color css
<style>
a { background-color: #BADD6D; }
a { background-color: rgb(186,221,109); }
div.DivClassName
{
background-color: #BADD6D;
}
.BgClassName
{
background-color: #BADD6D;
}
</style>
border-color css
<style>
span { border-color: #BADD6D; }
span { border-color: rgb(186,221,109); }
td.TdClassName
{
border-color: #BADD6D;
}
.TagClassName
{
border-color: #BADD6D;
}
</style>