Shades of Sulu #BADB7E
Tints of Sulu #BADB7E
RGB
CMYK
RGB Variations
Color information
#BADB7E (or 0xBADB7E) is known color: Sulu. HEX triplet: BA, DB and 7E. RGB value is (186,219,126). Sum of RGB (Red+Green+Blue) = 186+219+126=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 126 (49.61% from 255 or 23.73% from 531); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB7E is #452481. Grayscale: #C6C6C6. Windows color (decimal): -4531330 or 8313786. OLE color: 8313786.
HSL color Cylindrical-coordinate representation of color #BADB7E: hue angle of 81.29º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BADB7E is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 126 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.14 |
| HSL | 81.29º | 0.56% | 0.68% | - |
| HSV(B) | 81.29º | 0.42% | 0.86% | - |
| XYZ | 49.35 | 62.61 | 29.22 | - |
| YUV | 198.53 | 87.07 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 126 | 0.15 | 0 | 0.42 | 0.14 | 81.29 | 0.56 | 0.68 |
| Hex | BA | DB | 7E | F | 0 | 2A | E | 51 | 38 | 44 |
| Octal | 272 | 333 | 176 | 17 | 0 | 52 | 16 | 121 | 70 | 104 |
| Binary | 10111010 | 11011011 | 1111110 | 1111 | 0 | 101010 | 1110 | 1010001 | 111000 | 1000100 |
Color Harmonies of #BADB7E
Complementary color
Monochromatic Colors of #BADB7E
Black with #BADB7E
Text Example
Text Example
White with #BADB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB7E; }
p { color: rgb(186,219,126); }
H1.HeaderClassName
{
color: #BADB7E;
}
.AnyTagClassName
{
color: #BADB7E;
}
</style>
background-color css
<style>
a { background-color: #BADB7E; }
a { background-color: rgb(186,219,126); }
div.DivClassName
{
background-color: #BADB7E;
}
.BgClassName
{
background-color: #BADB7E;
}
</style>
border-color css
<style>
span { border-color: #BADB7E; }
span { border-color: rgb(186,219,126); }
td.TdClassName
{
border-color: #BADB7E;
}
.TagClassName
{
border-color: #BADB7E;
}
</style>