Shades of Sulu #BADB7F
Tints of Sulu #BADB7F
RGB
CMYK
RGB Variations
Color information
#BADB7F (or 0xBADB7F) is known color: Sulu. HEX triplet: BA, DB and 7F. RGB value is (186,219,127). Sum of RGB (Red+Green+Blue) = 186+219+127=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADB7F is #452480. Grayscale: #C6C6C6. Windows color (decimal): -4531329 or 8379322. OLE color: 8379322.
HSL color Cylindrical-coordinate representation of color #BADB7F: hue angle of 81.52º 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 #BADB7F is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 219 | 127 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.14 |
| HSL | 81.52º | 0.56% | 0.68% | - |
| HSV(B) | 81.52º | 0.42% | 0.86% | - |
| XYZ | 49.41 | 62.63 | 29.56 | - |
| YUV | 198.65 | 87.57 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 219 | 127 | 0.15 | 0 | 0.42 | 0.14 | 81.52 | 0.56 | 0.68 |
| Hex | BA | DB | 7F | F | 0 | 2A | E | 52 | 38 | 44 |
| Octal | 272 | 333 | 177 | 17 | 0 | 52 | 16 | 122 | 70 | 104 |
| Binary | 10111010 | 11011011 | 1111111 | 1111 | 0 | 101010 | 1110 | 1010010 | 111000 | 1000100 |
Color Harmonies of #BADB7F
Complementary color
Monochromatic Colors of #BADB7F
Black with #BADB7F
Text Example
Text Example
White with #BADB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADB7F; }
p { color: rgb(186,219,127); }
H1.HeaderClassName
{
color: #BADB7F;
}
.AnyTagClassName
{
color: #BADB7F;
}
</style>
background-color css
<style>
a { background-color: #BADB7F; }
a { background-color: rgb(186,219,127); }
div.DivClassName
{
background-color: #BADB7F;
}
.BgClassName
{
background-color: #BADB7F;
}
</style>
border-color css
<style>
span { border-color: #BADB7F; }
span { border-color: rgb(186,219,127); }
td.TdClassName
{
border-color: #BADB7F;
}
.TagClassName
{
border-color: #BADB7F;
}
</style>