Shades of Deco #BFD17F
Tints of Deco #BFD17F
RGB
CMYK
RGB Variations
Color information
#BFD17F (or 0xBFD17F) is known color: Deco. HEX triplet: BF, D1 and 7F. RGB value is (191,209,127). Sum of RGB (Red+Green+Blue) = 191+209+127=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD17F is #402E80. Grayscale: #C2C2C2. Windows color (decimal): -4206209 or 8376767. OLE color: 8376767.
HSL color Cylindrical-coordinate representation of color #BFD17F: hue angle of 73.17º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFD17F is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 127 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.18 |
| HSL | 73.17º | 0.47% | 0.66% | - |
| HSV(B) | 73.17º | 0.39% | 0.82% | - |
| XYZ | 48.12 | 58.21 | 28.78 | - |
| YUV | 194.27 | 90.04 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 127 | 0.09 | 0 | 0.39 | 0.18 | 73.17 | 0.47 | 0.66 |
| Hex | BF | D1 | 7F | 9 | 0 | 27 | 12 | 49 | 2F | 42 |
| Octal | 277 | 321 | 177 | 11 | 0 | 47 | 22 | 111 | 57 | 102 |
| Binary | 10111111 | 11010001 | 1111111 | 1001 | 0 | 100111 | 10010 | 1001001 | 101111 | 1000010 |
Color Harmonies of #BFD17F
Complementary color
Monochromatic Colors of #BFD17F
Black with #BFD17F
Text Example
Text Example
White with #BFD17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD17F; }
p { color: rgb(191,209,127); }
H1.HeaderClassName
{
color: #BFD17F;
}
.AnyTagClassName
{
color: #BFD17F;
}
</style>
background-color css
<style>
a { background-color: #BFD17F; }
a { background-color: rgb(191,209,127); }
div.DivClassName
{
background-color: #BFD17F;
}
.BgClassName
{
background-color: #BFD17F;
}
</style>
border-color css
<style>
span { border-color: #BFD17F; }
span { border-color: rgb(191,209,127); }
td.TdClassName
{
border-color: #BFD17F;
}
.TagClassName
{
border-color: #BFD17F;
}
</style>