Shades of Sulu #BADC79
Tints of Sulu #BADC79
RGB
CMYK
RGB Variations
Color information
#BADC79 (or 0xBADC79) is known color: Sulu. HEX triplet: BA, DC and 79. RGB value is (186,220,121). Sum of RGB (Red+Green+Blue) = 186+220+121=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 121 (47.66% from 255 or 22.96% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC79 is #452386. Grayscale: #C6C6C6. Windows color (decimal): -4531079 or 7986362. OLE color: 7986362.
HSL color Cylindrical-coordinate representation of color #BADC79: hue angle of 80.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BADC79 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 121 | - |
| CMYK | 0.15 | 0 | 0.45 | 0.14 |
| HSL | 80.61º | 0.59% | 0.67% | - |
| HSV(B) | 80.61º | 0.45% | 0.86% | - |
| XYZ | 49.29 | 63.01 | 27.65 | - |
| YUV | 198.55 | 84.24 | 119.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 121 | 0.15 | 0 | 0.45 | 0.14 | 80.61 | 0.59 | 0.67 |
| Hex | BA | DC | 79 | F | 0 | 2D | E | 51 | 3B | 43 |
| Octal | 272 | 334 | 171 | 17 | 0 | 55 | 16 | 121 | 73 | 103 |
| Binary | 10111010 | 11011100 | 1111001 | 1111 | 0 | 101101 | 1110 | 1010001 | 111011 | 1000011 |
Color Harmonies of #BADC79
Complementary color
Monochromatic Colors of #BADC79
Black with #BADC79
Text Example
Text Example
White with #BADC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC79; }
p { color: rgb(186,220,121); }
H1.HeaderClassName
{
color: #BADC79;
}
.AnyTagClassName
{
color: #BADC79;
}
</style>
background-color css
<style>
a { background-color: #BADC79; }
a { background-color: rgb(186,220,121); }
div.DivClassName
{
background-color: #BADC79;
}
.BgClassName
{
background-color: #BADC79;
}
</style>
border-color css
<style>
span { border-color: #BADC79; }
span { border-color: rgb(186,220,121); }
td.TdClassName
{
border-color: #BADC79;
}
.TagClassName
{
border-color: #BADC79;
}
</style>