Shades of Sulu #BADC7D
Tints of Sulu #BADC7D
RGB
CMYK
RGB Variations
Color information
#BADC7D (or 0xBADC7D) is known color: Sulu. HEX triplet: BA, DC and 7D. RGB value is (186,220,125). Sum of RGB (Red+Green+Blue) = 186+220+125=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC7D is #452382. Grayscale: #C7C7C7. Windows color (decimal): -4531075 or 8248506. OLE color: 8248506.
HSL color Cylindrical-coordinate representation of color #BADC7D: hue angle of 81.47º degrees, saturation: 0.58, 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 #BADC7D is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 125 | - |
| CMYK | 0.15 | 0 | 0.43 | 0.14 |
| HSL | 81.47º | 0.58% | 0.68% | - |
| HSV(B) | 81.47º | 0.43% | 0.86% | - |
| XYZ | 49.54 | 63.11 | 28.97 | - |
| YUV | 199 | 86.24 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 125 | 0.15 | 0 | 0.43 | 0.14 | 81.47 | 0.58 | 0.68 |
| Hex | BA | DC | 7D | F | 0 | 2B | E | 51 | 3A | 44 |
| Octal | 272 | 334 | 175 | 17 | 0 | 53 | 16 | 121 | 72 | 104 |
| Binary | 10111010 | 11011100 | 1111101 | 1111 | 0 | 101011 | 1110 | 1010001 | 111010 | 1000100 |
Color Harmonies of #BADC7D
Complementary color
Monochromatic Colors of #BADC7D
Black with #BADC7D
Text Example
Text Example
White with #BADC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC7D; }
p { color: rgb(186,220,125); }
H1.HeaderClassName
{
color: #BADC7D;
}
.AnyTagClassName
{
color: #BADC7D;
}
</style>
background-color css
<style>
a { background-color: #BADC7D; }
a { background-color: rgb(186,220,125); }
div.DivClassName
{
background-color: #BADC7D;
}
.BgClassName
{
background-color: #BADC7D;
}
</style>
border-color css
<style>
span { border-color: #BADC7D; }
span { border-color: rgb(186,220,125); }
td.TdClassName
{
border-color: #BADC7D;
}
.TagClassName
{
border-color: #BADC7D;
}
</style>