Shades of Deco #BFD17C
Tints of Deco #BFD17C
RGB
CMYK
RGB Variations
Color information
#BFD17C (or 0xBFD17C) is known color: Deco. HEX triplet: BF, D1 and 7C. RGB value is (191,209,124). Sum of RGB (Red+Green+Blue) = 191+209+124=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD17C is #402E83. Grayscale: #C2C2C2. Windows color (decimal): -4206212 or 8180159. OLE color: 8180159.
HSL color Cylindrical-coordinate representation of color #BFD17C: hue angle of 72.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFD17C is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 124 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.18 |
| HSL | 72.71º | 0.48% | 0.65% | - |
| HSV(B) | 72.71º | 0.41% | 0.82% | - |
| XYZ | 47.92 | 58.13 | 27.76 | - |
| YUV | 193.93 | 88.54 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 124 | 0.09 | 0 | 0.41 | 0.18 | 72.71 | 0.48 | 0.65 |
| Hex | BF | D1 | 7C | 9 | 0 | 29 | 12 | 49 | 30 | 41 |
| Octal | 277 | 321 | 174 | 11 | 0 | 51 | 22 | 111 | 60 | 101 |
| Binary | 10111111 | 11010001 | 1111100 | 1001 | 0 | 101001 | 10010 | 1001001 | 110000 | 1000001 |
Color Harmonies of #BFD17C
Complementary color
Monochromatic Colors of #BFD17C
Black with #BFD17C
Text Example
Text Example
White with #BFD17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD17C; }
p { color: rgb(191,209,124); }
H1.HeaderClassName
{
color: #BFD17C;
}
.AnyTagClassName
{
color: #BFD17C;
}
</style>
background-color css
<style>
a { background-color: #BFD17C; }
a { background-color: rgb(191,209,124); }
div.DivClassName
{
background-color: #BFD17C;
}
.BgClassName
{
background-color: #BFD17C;
}
</style>
border-color css
<style>
span { border-color: #BFD17C; }
span { border-color: rgb(191,209,124); }
td.TdClassName
{
border-color: #BFD17C;
}
.TagClassName
{
border-color: #BFD17C;
}
</style>