Shades of Sulu #BADC7E
Tints of Sulu #BADC7E
RGB
CMYK
RGB Variations
Color information
#BADC7E (or 0xBADC7E) is known color: Sulu. HEX triplet: BA, DC and 7E. RGB value is (186,220,126). Sum of RGB (Red+Green+Blue) = 186+220+126=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC7E is #452381. Grayscale: #C7C7C7. Windows color (decimal): -4531074 or 8314042. OLE color: 8314042.
HSL color Cylindrical-coordinate representation of color #BADC7E: hue angle of 81.7º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BADC7E is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 126 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.14 |
| HSL | 81.7º | 0.57% | 0.68% | - |
| HSV(B) | 81.7º | 0.43% | 0.86% | - |
| XYZ | 49.61 | 63.13 | 29.31 | - |
| YUV | 199.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 126 | 0.15 | 0 | 0.43 | 0.14 | 81.7 | 0.57 | 0.68 |
| Hex | BA | DC | 7E | F | 0 | 2B | E | 52 | 39 | 44 |
| Octal | 272 | 334 | 176 | 17 | 0 | 53 | 16 | 122 | 71 | 104 |
| Binary | 10111010 | 11011100 | 1111110 | 1111 | 0 | 101011 | 1110 | 1010010 | 111001 | 1000100 |
Color Harmonies of #BADC7E
Complementary color
Monochromatic Colors of #BADC7E
Black with #BADC7E
Text Example
Text Example
White with #BADC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC7E; }
p { color: rgb(186,220,126); }
H1.HeaderClassName
{
color: #BADC7E;
}
.AnyTagClassName
{
color: #BADC7E;
}
</style>
background-color css
<style>
a { background-color: #BADC7E; }
a { background-color: rgb(186,220,126); }
div.DivClassName
{
background-color: #BADC7E;
}
.BgClassName
{
background-color: #BADC7E;
}
</style>
border-color css
<style>
span { border-color: #BADC7E; }
span { border-color: rgb(186,220,126); }
td.TdClassName
{
border-color: #BADC7E;
}
.TagClassName
{
border-color: #BADC7E;
}
</style>