Shades of Sprout #B6D68A
Tints of Sprout #B6D68A
RGB
CMYK
RGB Variations
Color information
#B6D68A (or 0xB6D68A) is known color: Sprout. HEX triplet: B6, D6 and 8A. RGB value is (182,214,138). Sum of RGB (Red+Green+Blue) = 182+214+138=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6D68A is #492975. Grayscale: #C4C4C4. Windows color (decimal): -4794742 or 9098934. OLE color: 9098934.
HSL color Cylindrical-coordinate representation of color #B6D68A: hue angle of 85.26º 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 #B6D68A is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 182 | 214 | 138 | - |
| CMYK | 0.15 | 0 | 0.36 | 0.16 |
| HSL | 85.26º | 0.48% | 0.69% | - |
| HSV(B) | 85.26º | 0.36% | 0.84% | - |
| XYZ | 47.93 | 59.87 | 33.08 | - |
| YUV | 195.77 | 95.4 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 214 | 138 | 0.15 | 0 | 0.36 | 0.16 | 85.26 | 0.48 | 0.69 |
| Hex | B6 | D6 | 8A | F | 0 | 24 | 10 | 55 | 30 | 45 |
| Octal | 266 | 326 | 212 | 17 | 0 | 44 | 20 | 125 | 60 | 105 |
| Binary | 10110110 | 11010110 | 10001010 | 1111 | 0 | 100100 | 10000 | 1010101 | 110000 | 1000101 |
Color Harmonies of #B6D68A
Complementary color
Monochromatic Colors of #B6D68A
Black with #B6D68A
Text Example
Text Example
White with #B6D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6D68A; }
p { color: rgb(182,214,138); }
H1.HeaderClassName
{
color: #B6D68A;
}
.AnyTagClassName
{
color: #B6D68A;
}
</style>
background-color css
<style>
a { background-color: #B6D68A; }
a { background-color: rgb(182,214,138); }
div.DivClassName
{
background-color: #B6D68A;
}
.BgClassName
{
background-color: #B6D68A;
}
</style>
border-color css
<style>
span { border-color: #B6D68A; }
span { border-color: rgb(182,214,138); }
td.TdClassName
{
border-color: #B6D68A;
}
.TagClassName
{
border-color: #B6D68A;
}
</style>