Shades of Sulu #BADA7E
Tints of Sulu #BADA7E
RGB
CMYK
RGB Variations
Color information
#BADA7E (or 0xBADA7E) is known color: Sulu. HEX triplet: BA, DA and 7E. RGB value is (186,218,126). Sum of RGB (Red+Green+Blue) = 186+218+126=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #BADA7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADA7E is #452581. Grayscale: #C6C6C6. Windows color (decimal): -4531586 or 8313530. OLE color: 8313530.
HSL color Cylindrical-coordinate representation of color #BADA7E: hue angle of 80.87º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BADA7E is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 186 | 218 | 126 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.15 |
| HSL | 80.87º | 0.55% | 0.67% | - |
| HSV(B) | 80.87º | 0.42% | 0.85% | - |
| XYZ | 49.09 | 62.09 | 29.14 | - |
| YUV | 197.94 | 87.4 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 218 | 126 | 0.15 | 0 | 0.42 | 0.15 | 80.87 | 0.55 | 0.67 |
| Hex | BA | DA | 7E | F | 0 | 2A | F | 51 | 37 | 43 |
| Octal | 272 | 332 | 176 | 17 | 0 | 52 | 17 | 121 | 67 | 103 |
| Binary | 10111010 | 11011010 | 1111110 | 1111 | 0 | 101010 | 1111 | 1010001 | 110111 | 1000011 |
Color Harmonies of #BADA7E
Complementary color
Monochromatic Colors of #BADA7E
Black with #BADA7E
Text Example
Text Example
White with #BADA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADA7E; }
p { color: rgb(186,218,126); }
H1.HeaderClassName
{
color: #BADA7E;
}
.AnyTagClassName
{
color: #BADA7E;
}
</style>
background-color css
<style>
a { background-color: #BADA7E; }
a { background-color: rgb(186,218,126); }
div.DivClassName
{
background-color: #BADA7E;
}
.BgClassName
{
background-color: #BADA7E;
}
</style>
border-color css
<style>
span { border-color: #BADA7E; }
span { border-color: rgb(186,218,126); }
td.TdClassName
{
border-color: #BADA7E;
}
.TagClassName
{
border-color: #BADA7E;
}
</style>