Shades of Sulu #BADE84
Tints of Sulu #BADE84
RGB
CMYK
RGB Variations
Color information
#BADE84 (or 0xBADE84) is known color: Sulu. HEX triplet: BA, DE and 84. RGB value is (186,222,132). Sum of RGB (Red+Green+Blue) = 186+222+132=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 132 (51.95% from 255 or 24.44% from 540); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BADE84 is #45217B. Grayscale: #C9C9C9. Windows color (decimal): -4530556 or 8707770. OLE color: 8707770.
HSL color Cylindrical-coordinate representation of color #BADE84: hue angle of 84º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BADE84 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 132 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.13 |
| HSL | 84º | 0.58% | 0.69% | - |
| HSV(B) | 84º | 0.41% | 0.87% | - |
| XYZ | 50.54 | 64.35 | 31.59 | - |
| YUV | 200.98 | 89.07 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 132 | 0.16 | 0 | 0.41 | 0.13 | 84 | 0.58 | 0.69 |
| Hex | BA | DE | 84 | 10 | 0 | 29 | D | 54 | 3A | 45 |
| Octal | 272 | 336 | 204 | 20 | 0 | 51 | 15 | 124 | 72 | 105 |
| Binary | 10111010 | 11011110 | 10000100 | 10000 | 0 | 101001 | 1101 | 1010100 | 111010 | 1000101 |
Color Harmonies of #BADE84
Complementary color
Monochromatic Colors of #BADE84
Black with #BADE84
Text Example
Text Example
White with #BADE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE84; }
p { color: rgb(186,222,132); }
H1.HeaderClassName
{
color: #BADE84;
}
.AnyTagClassName
{
color: #BADE84;
}
</style>
background-color css
<style>
a { background-color: #BADE84; }
a { background-color: rgb(186,222,132); }
div.DivClassName
{
background-color: #BADE84;
}
.BgClassName
{
background-color: #BADE84;
}
</style>
border-color css
<style>
span { border-color: #BADE84; }
span { border-color: rgb(186,222,132); }
td.TdClassName
{
border-color: #BADE84;
}
.TagClassName
{
border-color: #BADE84;
}
</style>