Shades of Sulu #BADF86
Tints of Sulu #BADF86
RGB
CMYK
RGB Variations
Color information
#BADF86 (or 0xBADF86) is known color: Sulu. HEX triplet: BA, DF and 86. RGB value is (186,223,134). Sum of RGB (Red+Green+Blue) = 186+223+134=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 134 (52.73% from 255 or 24.68% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADF86 is #452079. Grayscale: #CACACA. Windows color (decimal): -4530298 or 8839098. OLE color: 8839098.
HSL color Cylindrical-coordinate representation of color #BADF86: hue angle of 84.94º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BADF86 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 134 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.13 |
| HSL | 84.94º | 0.58% | 0.7% | - |
| HSV(B) | 84.94º | 0.4% | 0.87% | - |
| XYZ | 50.94 | 64.94 | 32.4 | - |
| YUV | 201.79 | 89.74 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 134 | 0.17 | 0 | 0.40 | 0.13 | 84.94 | 0.58 | 0.7 |
| Hex | BA | DF | 86 | 11 | 0 | 28 | D | 55 | 3A | 46 |
| Octal | 272 | 337 | 206 | 21 | 0 | 50 | 15 | 125 | 72 | 106 |
| Binary | 10111010 | 11011111 | 10000110 | 10001 | 0 | 101000 | 1101 | 1010101 | 111010 | 1000110 |
Color Harmonies of #BADF86
Complementary color
Monochromatic Colors of #BADF86
Black with #BADF86
Text Example
Text Example
White with #BADF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF86; }
p { color: rgb(186,223,134); }
H1.HeaderClassName
{
color: #BADF86;
}
.AnyTagClassName
{
color: #BADF86;
}
</style>
background-color css
<style>
a { background-color: #BADF86; }
a { background-color: rgb(186,223,134); }
div.DivClassName
{
background-color: #BADF86;
}
.BgClassName
{
background-color: #BADF86;
}
</style>
border-color css
<style>
span { border-color: #BADF86; }
span { border-color: rgb(186,223,134); }
td.TdClassName
{
border-color: #BADF86;
}
.TagClassName
{
border-color: #BADF86;
}
</style>