Shades of Deco #BFD07D
Tints of Deco #BFD07D
RGB
CMYK
RGB Variations
Color information
#BFD07D (or 0xBFD07D) is known color: Deco. HEX triplet: BF, D0 and 7D. RGB value is (191,208,125). Sum of RGB (Red+Green+Blue) = 191+208+125=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD07D is #402F82. Grayscale: #C1C1C1. Windows color (decimal): -4206467 or 8245439. OLE color: 8245439.
HSL color Cylindrical-coordinate representation of color #BFD07D: hue angle of 72.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFD07D is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 125 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.18 |
| HSL | 72.29º | 0.47% | 0.65% | - |
| HSV(B) | 72.29º | 0.4% | 0.82% | - |
| XYZ | 47.74 | 57.67 | 28.02 | - |
| YUV | 193.46 | 89.37 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 125 | 0.08 | 0 | 0.40 | 0.18 | 72.29 | 0.47 | 0.65 |
| Hex | BF | D0 | 7D | 8 | 0 | 28 | 12 | 48 | 2F | 41 |
| Octal | 277 | 320 | 175 | 10 | 0 | 50 | 22 | 110 | 57 | 101 |
| Binary | 10111111 | 11010000 | 1111101 | 1000 | 0 | 101000 | 10010 | 1001000 | 101111 | 1000001 |
Color Harmonies of #BFD07D
Complementary color
Monochromatic Colors of #BFD07D
Black with #BFD07D
Text Example
Text Example
White with #BFD07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD07D; }
p { color: rgb(191,208,125); }
H1.HeaderClassName
{
color: #BFD07D;
}
.AnyTagClassName
{
color: #BFD07D;
}
</style>
background-color css
<style>
a { background-color: #BFD07D; }
a { background-color: rgb(191,208,125); }
div.DivClassName
{
background-color: #BFD07D;
}
.BgClassName
{
background-color: #BFD07D;
}
</style>
border-color css
<style>
span { border-color: #BFD07D; }
span { border-color: rgb(191,208,125); }
td.TdClassName
{
border-color: #BFD07D;
}
.TagClassName
{
border-color: #BFD07D;
}
</style>