Shades of Sprout #BAD68A
Tints of Sprout #BAD68A
RGB
CMYK
RGB Variations
Color information
#BAD68A (or 0xBAD68A) is known color: Sprout. HEX triplet: BA, D6 and 8A. RGB value is (186,214,138). Sum of RGB (Red+Green+Blue) = 186+214+138=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 214 (83.98% from 255 or 39.78% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 214 - color contains mainly: green. Hex color #BAD68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAD68A is #452975. Grayscale: #C5C5C5. Windows color (decimal): -4532598 or 9098938. OLE color: 9098938.
HSL color Cylindrical-coordinate representation of color #BAD68A: hue angle of 82.11º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BAD68A is Cyan = 0.13, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 214 | 138 | - |
| CMYK | 0.13 | 0 | 0.36 | 0.16 |
| HSL | 82.11º | 0.48% | 0.69% | - |
| HSV(B) | 82.11º | 0.36% | 0.84% | - |
| XYZ | 48.88 | 60.37 | 33.12 | - |
| YUV | 196.96 | 94.72 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 214 | 138 | 0.13 | 0 | 0.36 | 0.16 | 82.11 | 0.48 | 0.69 |
| Hex | BA | D6 | 8A | D | 0 | 24 | 10 | 52 | 30 | 45 |
| Octal | 272 | 326 | 212 | 15 | 0 | 44 | 20 | 122 | 60 | 105 |
| Binary | 10111010 | 11010110 | 10001010 | 1101 | 0 | 100100 | 10000 | 1010010 | 110000 | 1000101 |
Color Harmonies of #BAD68A
Complementary color
Monochromatic Colors of #BAD68A
Black with #BAD68A
Text Example
Text Example
White with #BAD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD68A; }
p { color: rgb(186,214,138); }
H1.HeaderClassName
{
color: #BAD68A;
}
.AnyTagClassName
{
color: #BAD68A;
}
</style>
background-color css
<style>
a { background-color: #BAD68A; }
a { background-color: rgb(186,214,138); }
div.DivClassName
{
background-color: #BAD68A;
}
.BgClassName
{
background-color: #BAD68A;
}
</style>
border-color css
<style>
span { border-color: #BAD68A; }
span { border-color: rgb(186,214,138); }
td.TdClassName
{
border-color: #BAD68A;
}
.TagClassName
{
border-color: #BAD68A;
}
</style>