Shades of Sprout #BCC79A
Tints of Sprout #BCC79A
RGB
CMYK
RGB Variations
Color information
#BCC79A (or 0xBCC79A) is known color: Sprout. HEX triplet: BC, C7 and 9A. RGB value is (188,199,154). Sum of RGB (Red+Green+Blue) = 188+199+154=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 199 (78.12% from 255 or 36.78% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC79A is #433865. Grayscale: #BEBEBE. Windows color (decimal): -4405350 or 10143676. OLE color: 10143676.
HSL color Cylindrical-coordinate representation of color #BCC79A: hue angle of 74.67º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCC79A is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 154 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.22 |
| HSL | 74.67º | 0.29% | 0.69% | - |
| HSV(B) | 74.67º | 0.23% | 0.78% | - |
| XYZ | 47 | 53.87 | 38.49 | - |
| YUV | 190.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 154 | 0.06 | 0 | 0.23 | 0.22 | 74.67 | 0.29 | 0.69 |
| Hex | BC | C7 | 9A | 6 | 0 | 17 | 16 | 4B | 1D | 45 |
| Octal | 274 | 307 | 232 | 6 | 0 | 27 | 26 | 113 | 35 | 105 |
| Binary | 10111100 | 11000111 | 10011010 | 110 | 0 | 10111 | 10110 | 1001011 | 11101 | 1000101 |
Color Harmonies of #BCC79A
Complementary color
Monochromatic Colors of #BCC79A
Black with #BCC79A
Text Example
Text Example
White with #BCC79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC79A; }
p { color: rgb(188,199,154); }
H1.HeaderClassName
{
color: #BCC79A;
}
.AnyTagClassName
{
color: #BCC79A;
}
</style>
background-color css
<style>
a { background-color: #BCC79A; }
a { background-color: rgb(188,199,154); }
div.DivClassName
{
background-color: #BCC79A;
}
.BgClassName
{
background-color: #BCC79A;
}
</style>
border-color css
<style>
span { border-color: #BCC79A; }
span { border-color: rgb(188,199,154); }
td.TdClassName
{
border-color: #BCC79A;
}
.TagClassName
{
border-color: #BCC79A;
}
</style>