Shades of Sulu #BADA70
Tints of Sulu #BADA70
RGB
CMYK
RGB Variations
Color information
#BADA70 (or 0xBADA70) is known color: Sulu. HEX triplet: BA, DA and 70. RGB value is (186,218,112). Sum of RGB (Red+Green+Blue) = 186+218+112=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA70 is #45258F. Grayscale: #C4C4C4. Windows color (decimal): -4531600 or 7396026. OLE color: 7396026.
HSL color Cylindrical-coordinate representation of color #BADA70: hue angle of 78.11º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BADA70 is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 112 | - |
| CMYK | 0.15 | 0 | 0.49 | 0.15 |
| HSL | 78.11º | 0.59% | 0.65% | - |
| HSV(B) | 78.11º | 0.49% | 0.85% | - |
| XYZ | 48.25 | 61.75 | 24.71 | - |
| YUV | 196.35 | 80.4 | 120.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 112 | 0.15 | 0 | 0.49 | 0.15 | 78.11 | 0.59 | 0.65 |
| Hex | BA | DA | 70 | F | 0 | 31 | F | 4E | 3B | 41 |
| Octal | 272 | 332 | 160 | 17 | 0 | 61 | 17 | 116 | 73 | 101 |
| Binary | 10111010 | 11011010 | 1110000 | 1111 | 0 | 110001 | 1111 | 1001110 | 111011 | 1000001 |
Color Harmonies of #BADA70
Complementary color
Monochromatic Colors of #BADA70
Black with #BADA70
Text Example
Text Example
White with #BADA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA70; }
p { color: rgb(186,218,112); }
H1.HeaderClassName
{
color: #BADA70;
}
.AnyTagClassName
{
color: #BADA70;
}
</style>
background-color css
<style>
a { background-color: #BADA70; }
a { background-color: rgb(186,218,112); }
div.DivClassName
{
background-color: #BADA70;
}
.BgClassName
{
background-color: #BADA70;
}
</style>
border-color css
<style>
span { border-color: #BADA70; }
span { border-color: rgb(186,218,112); }
td.TdClassName
{
border-color: #BADA70;
}
.TagClassName
{
border-color: #BADA70;
}
</style>