Shades of Deco #BFD17B
Tints of Deco #BFD17B
RGB
CMYK
RGB Variations
Color information
#BFD17B (or 0xBFD17B) is known color: Deco. HEX triplet: BF, D1 and 7B. RGB value is (191,209,123). Sum of RGB (Red+Green+Blue) = 191+209+123=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD17B is #402E84. Grayscale: #C2C2C2. Windows color (decimal): -4206213 or 8114623. OLE color: 8114623.
HSL color Cylindrical-coordinate representation of color #BFD17B: hue angle of 72.56º 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 #BFD17B is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 123 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.18 |
| HSL | 72.56º | 0.48% | 0.65% | - |
| HSV(B) | 72.56º | 0.41% | 0.82% | - |
| XYZ | 47.86 | 58.11 | 27.43 | - |
| YUV | 193.81 | 88.04 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 123 | 0.09 | 0 | 0.41 | 0.18 | 72.56 | 0.48 | 0.65 |
| Hex | BF | D1 | 7B | 9 | 0 | 29 | 12 | 49 | 30 | 41 |
| Octal | 277 | 321 | 173 | 11 | 0 | 51 | 22 | 111 | 60 | 101 |
| Binary | 10111111 | 11010001 | 1111011 | 1001 | 0 | 101001 | 10010 | 1001001 | 110000 | 1000001 |
Color Harmonies of #BFD17B
Complementary color
Monochromatic Colors of #BFD17B
Black with #BFD17B
Text Example
Text Example
White with #BFD17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD17B; }
p { color: rgb(191,209,123); }
H1.HeaderClassName
{
color: #BFD17B;
}
.AnyTagClassName
{
color: #BFD17B;
}
</style>
background-color css
<style>
a { background-color: #BFD17B; }
a { background-color: rgb(191,209,123); }
div.DivClassName
{
background-color: #BFD17B;
}
.BgClassName
{
background-color: #BFD17B;
}
</style>
border-color css
<style>
span { border-color: #BFD17B; }
span { border-color: rgb(191,209,123); }
td.TdClassName
{
border-color: #BFD17B;
}
.TagClassName
{
border-color: #BFD17B;
}
</style>