Shades of Sprout #B6CC9C
Tints of Sprout #B6CC9C
RGB
CMYK
RGB Variations
Color information
#B6CC9C (or 0xB6CC9C) is known color: Sprout. HEX triplet: B6, CC and 9C. RGB value is (182,204,156). Sum of RGB (Red+Green+Blue) = 182+204+156=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6CC9C is #493363. Grayscale: #C0C0C0. Windows color (decimal): -4797284 or 10276022. OLE color: 10276022.
HSL color Cylindrical-coordinate representation of color #B6CC9C: hue angle of 87.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6CC9C is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 204 | 156 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.2 |
| HSL | 87.5º | 0.32% | 0.71% | - |
| HSV(B) | 87.5º | 0.24% | 0.8% | - |
| XYZ | 46.89 | 55.53 | 39.7 | - |
| YUV | 191.95 | 107.71 | 120.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 204 | 156 | 0.11 | 0 | 0.24 | 0.2 | 87.5 | 0.32 | 0.71 |
| Hex | B6 | CC | 9C | B | 0 | 18 | 14 | 57 | 20 | 47 |
| Octal | 266 | 314 | 234 | 13 | 0 | 30 | 24 | 127 | 40 | 107 |
| Binary | 10110110 | 11001100 | 10011100 | 1011 | 0 | 11000 | 10100 | 1010111 | 100000 | 1000111 |
Color Harmonies of #B6CC9C
Complementary color
Monochromatic Colors of #B6CC9C
Black with #B6CC9C
Text Example
Text Example
White with #B6CC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CC9C; }
p { color: rgb(182,204,156); }
H1.HeaderClassName
{
color: #B6CC9C;
}
.AnyTagClassName
{
color: #B6CC9C;
}
</style>
background-color css
<style>
a { background-color: #B6CC9C; }
a { background-color: rgb(182,204,156); }
div.DivClassName
{
background-color: #B6CC9C;
}
.BgClassName
{
background-color: #B6CC9C;
}
</style>
border-color css
<style>
span { border-color: #B6CC9C; }
span { border-color: rgb(182,204,156); }
td.TdClassName
{
border-color: #B6CC9C;
}
.TagClassName
{
border-color: #B6CC9C;
}
</style>