Shades of Sprout #BAD68C
Tints of Sprout #BAD68C
RGB
CMYK
RGB Variations
Color information
#BAD68C (or 0xBAD68C) is known color: Sprout. HEX triplet: BA, D6 and 8C. RGB value is (186,214,140). Sum of RGB (Red+Green+Blue) = 186+214+140=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD68C is #452973. Grayscale: #C5C5C5. Windows color (decimal): -4532596 or 9230010. OLE color: 9230010.
HSL color Cylindrical-coordinate representation of color #BAD68C: hue angle of 82.7º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BAD68C is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 140 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.16 |
| HSL | 82.7º | 0.47% | 0.69% | - |
| HSV(B) | 82.7º | 0.35% | 0.84% | - |
| XYZ | 49.03 | 60.43 | 33.89 | - |
| YUV | 197.19 | 95.72 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 140 | 0.13 | 0 | 0.35 | 0.16 | 82.7 | 0.47 | 0.69 |
| Hex | BA | D6 | 8C | D | 0 | 23 | 10 | 53 | 2F | 45 |
| Octal | 272 | 326 | 214 | 15 | 0 | 43 | 20 | 123 | 57 | 105 |
| Binary | 10111010 | 11010110 | 10001100 | 1101 | 0 | 100011 | 10000 | 1010011 | 101111 | 1000101 |
Color Harmonies of #BAD68C
Complementary color
Monochromatic Colors of #BAD68C
Black with #BAD68C
Text Example
Text Example
White with #BAD68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD68C; }
p { color: rgb(186,214,140); }
H1.HeaderClassName
{
color: #BAD68C;
}
.AnyTagClassName
{
color: #BAD68C;
}
</style>
background-color css
<style>
a { background-color: #BAD68C; }
a { background-color: rgb(186,214,140); }
div.DivClassName
{
background-color: #BAD68C;
}
.BgClassName
{
background-color: #BAD68C;
}
</style>
border-color css
<style>
span { border-color: #BAD68C; }
span { border-color: rgb(186,214,140); }
td.TdClassName
{
border-color: #BAD68C;
}
.TagClassName
{
border-color: #BAD68C;
}
</style>