Shades of Sulu #BADC76
Tints of Sulu #BADC76
RGB
CMYK
RGB Variations
Color information
#BADC76 (or 0xBADC76) is known color: Sulu. HEX triplet: BA, DC and 76. RGB value is (186,220,118). Sum of RGB (Red+Green+Blue) = 186+220+118=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC76 is #452389. Grayscale: #C6C6C6. Windows color (decimal): -4531082 or 7789754. OLE color: 7789754.
HSL color Cylindrical-coordinate representation of color #BADC76: hue angle of 80º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BADC76 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 118 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.14 |
| HSL | 80º | 0.59% | 0.66% | - |
| HSV(B) | 80º | 0.46% | 0.86% | - |
| XYZ | 49.11 | 62.93 | 26.7 | - |
| YUV | 198.21 | 82.74 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 118 | 0.15 | 0 | 0.46 | 0.14 | 80 | 0.59 | 0.66 |
| Hex | BA | DC | 76 | F | 0 | 2E | E | 50 | 3B | 42 |
| Octal | 272 | 334 | 166 | 17 | 0 | 56 | 16 | 120 | 73 | 102 |
| Binary | 10111010 | 11011100 | 1110110 | 1111 | 0 | 101110 | 1110 | 1010000 | 111011 | 1000010 |
Color Harmonies of #BADC76
Complementary color
Monochromatic Colors of #BADC76
Black with #BADC76
Text Example
Text Example
White with #BADC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC76; }
p { color: rgb(186,220,118); }
H1.HeaderClassName
{
color: #BADC76;
}
.AnyTagClassName
{
color: #BADC76;
}
</style>
background-color css
<style>
a { background-color: #BADC76; }
a { background-color: rgb(186,220,118); }
div.DivClassName
{
background-color: #BADC76;
}
.BgClassName
{
background-color: #BADC76;
}
</style>
border-color css
<style>
span { border-color: #BADC76; }
span { border-color: rgb(186,220,118); }
td.TdClassName
{
border-color: #BADC76;
}
.TagClassName
{
border-color: #BADC76;
}
</style>