Shades of Deco #BFD379
Tints of Deco #BFD379
RGB
CMYK
RGB Variations
Color information
#BFD379 (or 0xBFD379) is known color: Deco. HEX triplet: BF, D3 and 79. RGB value is (191,211,121). Sum of RGB (Red+Green+Blue) = 191+211+121=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD379 is #402C86. Grayscale: #C3C3C3. Windows color (decimal): -4205703 or 7984063. OLE color: 7984063.
HSL color Cylindrical-coordinate representation of color #BFD379: hue angle of 73.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFD379 is Cyan = 0.09, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 121 | - |
| CMYK | 0.09 | 0 | 0.43 | 0.17 |
| HSL | 73.33º | 0.51% | 0.65% | - |
| HSV(B) | 73.33º | 0.43% | 0.83% | - |
| XYZ | 48.23 | 59.05 | 26.94 | - |
| YUV | 194.76 | 86.37 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 121 | 0.09 | 0 | 0.43 | 0.17 | 73.33 | 0.51 | 0.65 |
| Hex | BF | D3 | 79 | 9 | 0 | 2B | 11 | 49 | 33 | 41 |
| Octal | 277 | 323 | 171 | 11 | 0 | 53 | 21 | 111 | 63 | 101 |
| Binary | 10111111 | 11010011 | 1111001 | 1001 | 0 | 101011 | 10001 | 1001001 | 110011 | 1000001 |
Color Harmonies of #BFD379
Complementary color
Monochromatic Colors of #BFD379
Black with #BFD379
Text Example
Text Example
White with #BFD379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD379; }
p { color: rgb(191,211,121); }
H1.HeaderClassName
{
color: #BFD379;
}
.AnyTagClassName
{
color: #BFD379;
}
</style>
background-color css
<style>
a { background-color: #BFD379; }
a { background-color: rgb(191,211,121); }
div.DivClassName
{
background-color: #BFD379;
}
.BgClassName
{
background-color: #BFD379;
}
</style>
border-color css
<style>
span { border-color: #BFD379; }
span { border-color: rgb(191,211,121); }
td.TdClassName
{
border-color: #BFD379;
}
.TagClassName
{
border-color: #BFD379;
}
</style>