Shades of Sulu #BADC86
Tints of Sulu #BADC86
RGB
CMYK
RGB Variations
Color information
#BADC86 (or 0xBADC86) is known color: Sulu. HEX triplet: BA, DC and 86. RGB value is (186,220,134). Sum of RGB (Red+Green+Blue) = 186+220+134=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADC86 is #452379. Grayscale: #C8C8C8. Windows color (decimal): -4531066 or 8838330. OLE color: 8838330.
HSL color Cylindrical-coordinate representation of color #BADC86: hue angle of 83.72º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BADC86 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 134 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.14 |
| HSL | 83.72º | 0.55% | 0.69% | - |
| HSV(B) | 83.72º | 0.39% | 0.86% | - |
| XYZ | 50.15 | 63.35 | 32.14 | - |
| YUV | 200.03 | 90.74 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 134 | 0.15 | 0 | 0.39 | 0.14 | 83.72 | 0.55 | 0.69 |
| Hex | BA | DC | 86 | F | 0 | 27 | E | 54 | 37 | 45 |
| Octal | 272 | 334 | 206 | 17 | 0 | 47 | 16 | 124 | 67 | 105 |
| Binary | 10111010 | 11011100 | 10000110 | 1111 | 0 | 100111 | 1110 | 1010100 | 110111 | 1000101 |
Color Harmonies of #BADC86
Complementary color
Monochromatic Colors of #BADC86
Black with #BADC86
Text Example
Text Example
White with #BADC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC86; }
p { color: rgb(186,220,134); }
H1.HeaderClassName
{
color: #BADC86;
}
.AnyTagClassName
{
color: #BADC86;
}
</style>
background-color css
<style>
a { background-color: #BADC86; }
a { background-color: rgb(186,220,134); }
div.DivClassName
{
background-color: #BADC86;
}
.BgClassName
{
background-color: #BADC86;
}
</style>
border-color css
<style>
span { border-color: #BADC86; }
span { border-color: rgb(186,220,134); }
td.TdClassName
{
border-color: #BADC86;
}
.TagClassName
{
border-color: #BADC86;
}
</style>