Shades of Sulu #BADD7B
Tints of Sulu #BADD7B
RGB
CMYK
RGB Variations
Color information
#BADD7B (or 0xBADD7B) is known color: Sulu. HEX triplet: BA, DD and 7B. RGB value is (186,221,123). Sum of RGB (Red+Green+Blue) = 186+221+123=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 123 (48.44% from 255 or 23.21% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADD7B is #452284. Grayscale: #C7C7C7. Windows color (decimal): -4530821 or 8117690. OLE color: 8117690.
HSL color Cylindrical-coordinate representation of color #BADD7B: hue angle of 81.43º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BADD7B is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 123 | - |
| CMYK | 0.16 | 0 | 0.44 | 0.13 |
| HSL | 81.43º | 0.59% | 0.67% | - |
| HSV(B) | 81.43º | 0.44% | 0.87% | - |
| XYZ | 49.68 | 63.58 | 28.39 | - |
| YUV | 199.36 | 84.9 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 123 | 0.16 | 0 | 0.44 | 0.13 | 81.43 | 0.59 | 0.67 |
| Hex | BA | DD | 7B | 10 | 0 | 2C | D | 51 | 3B | 43 |
| Octal | 272 | 335 | 173 | 20 | 0 | 54 | 15 | 121 | 73 | 103 |
| Binary | 10111010 | 11011101 | 1111011 | 10000 | 0 | 101100 | 1101 | 1010001 | 111011 | 1000011 |
Color Harmonies of #BADD7B
Complementary color
Monochromatic Colors of #BADD7B
Black with #BADD7B
Text Example
Text Example
White with #BADD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD7B; }
p { color: rgb(186,221,123); }
H1.HeaderClassName
{
color: #BADD7B;
}
.AnyTagClassName
{
color: #BADD7B;
}
</style>
background-color css
<style>
a { background-color: #BADD7B; }
a { background-color: rgb(186,221,123); }
div.DivClassName
{
background-color: #BADD7B;
}
.BgClassName
{
background-color: #BADD7B;
}
</style>
border-color css
<style>
span { border-color: #BADD7B; }
span { border-color: rgb(186,221,123); }
td.TdClassName
{
border-color: #BADD7B;
}
.TagClassName
{
border-color: #BADD7B;
}
</style>