Shades of Sulu #BAD77C
Tints of Sulu #BAD77C
RGB
CMYK
RGB Variations
Color information
#BAD77C (or 0xBAD77C) is known color: Sulu. HEX triplet: BA, D7 and 7C. RGB value is (186,215,124). Sum of RGB (Red+Green+Blue) = 186+215+124=525 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.43% from 525); Green value is 215 (84.38% from 255 or 40.95% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD77C is #452883. Grayscale: #C4C4C4. Windows color (decimal): -4532356 or 8181690. OLE color: 8181690.
HSL color Cylindrical-coordinate representation of color #BAD77C: hue angle of 79.12º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BAD77C is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 215 | 124 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.16 |
| HSL | 79.12º | 0.53% | 0.66% | - |
| HSV(B) | 79.12º | 0.42% | 0.84% | - |
| XYZ | 48.19 | 60.5 | 28.21 | - |
| YUV | 195.96 | 87.39 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 215 | 124 | 0.13 | 0 | 0.42 | 0.16 | 79.12 | 0.53 | 0.66 |
| Hex | BA | D7 | 7C | D | 0 | 2A | 10 | 4F | 35 | 42 |
| Octal | 272 | 327 | 174 | 15 | 0 | 52 | 20 | 117 | 65 | 102 |
| Binary | 10111010 | 11010111 | 1111100 | 1101 | 0 | 101010 | 10000 | 1001111 | 110101 | 1000010 |
Color Harmonies of #BAD77C
Complementary color
Monochromatic Colors of #BAD77C
Black with #BAD77C
Text Example
Text Example
White with #BAD77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD77C; }
p { color: rgb(186,215,124); }
H1.HeaderClassName
{
color: #BAD77C;
}
.AnyTagClassName
{
color: #BAD77C;
}
</style>
background-color css
<style>
a { background-color: #BAD77C; }
a { background-color: rgb(186,215,124); }
div.DivClassName
{
background-color: #BAD77C;
}
.BgClassName
{
background-color: #BAD77C;
}
</style>
border-color css
<style>
span { border-color: #BAD77C; }
span { border-color: rgb(186,215,124); }
td.TdClassName
{
border-color: #BAD77C;
}
.TagClassName
{
border-color: #BAD77C;
}
</style>