Shades of Sulu #BADD8A
Tints of Sulu #BADD8A
RGB
CMYK
RGB Variations
Color information
#BADD8A (or 0xBADD8A) is known color: Sulu. HEX triplet: BA, DD and 8A. RGB value is (186,221,138). Sum of RGB (Red+Green+Blue) = 186+221+138=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADD8A is #452275. Grayscale: #C9C9C9. Windows color (decimal): -4530806 or 9100730. OLE color: 9100730.
HSL color Cylindrical-coordinate representation of color #BADD8A: hue angle of 85.3º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BADD8A is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 221 | 138 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.13 |
| HSL | 85.3º | 0.55% | 0.7% | - |
| HSV(B) | 85.3º | 0.38% | 0.87% | - |
| XYZ | 50.69 | 63.99 | 33.72 | - |
| YUV | 201.07 | 92.4 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 221 | 138 | 0.16 | 0 | 0.38 | 0.13 | 85.3 | 0.55 | 0.7 |
| Hex | BA | DD | 8A | 10 | 0 | 26 | D | 55 | 37 | 46 |
| Octal | 272 | 335 | 212 | 20 | 0 | 46 | 15 | 125 | 67 | 106 |
| Binary | 10111010 | 11011101 | 10001010 | 10000 | 0 | 100110 | 1101 | 1010101 | 110111 | 1000110 |
Color Harmonies of #BADD8A
Complementary color
Monochromatic Colors of #BADD8A
Black with #BADD8A
Text Example
Text Example
White with #BADD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADD8A; }
p { color: rgb(186,221,138); }
H1.HeaderClassName
{
color: #BADD8A;
}
.AnyTagClassName
{
color: #BADD8A;
}
</style>
background-color css
<style>
a { background-color: #BADD8A; }
a { background-color: rgb(186,221,138); }
div.DivClassName
{
background-color: #BADD8A;
}
.BgClassName
{
background-color: #BADD8A;
}
</style>
border-color css
<style>
span { border-color: #BADD8A; }
span { border-color: rgb(186,221,138); }
td.TdClassName
{
border-color: #BADD8A;
}
.TagClassName
{
border-color: #BADD8A;
}
</style>