Shades of Deco #BFD579
Tints of Deco #BFD579
RGB
CMYK
RGB Variations
Color information
#BFD579 (or 0xBFD579) is known color: Deco. HEX triplet: BF, D5 and 79. RGB value is (191,213,121). Sum of RGB (Red+Green+Blue) = 191+213+121=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD579 is #402A86. Grayscale: #C4C4C4. Windows color (decimal): -4205191 or 7984575. OLE color: 7984575.
HSL color Cylindrical-coordinate representation of color #BFD579: hue angle of 74.35º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFD579 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 121 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.16 |
| HSL | 74.35º | 0.52% | 0.65% | - |
| HSV(B) | 74.35º | 0.43% | 0.84% | - |
| XYZ | 48.73 | 60.05 | 27.11 | - |
| YUV | 195.93 | 85.71 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 121 | 0.10 | 0 | 0.43 | 0.16 | 74.35 | 0.52 | 0.65 |
| Hex | BF | D5 | 79 | A | 0 | 2B | 10 | 4A | 34 | 41 |
| Octal | 277 | 325 | 171 | 12 | 0 | 53 | 20 | 112 | 64 | 101 |
| Binary | 10111111 | 11010101 | 1111001 | 1010 | 0 | 101011 | 10000 | 1001010 | 110100 | 1000001 |
Color Harmonies of #BFD579
Complementary color
Monochromatic Colors of #BFD579
Black with #BFD579
Text Example
Text Example
White with #BFD579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD579; }
p { color: rgb(191,213,121); }
H1.HeaderClassName
{
color: #BFD579;
}
.AnyTagClassName
{
color: #BFD579;
}
</style>
background-color css
<style>
a { background-color: #BFD579; }
a { background-color: rgb(191,213,121); }
div.DivClassName
{
background-color: #BFD579;
}
.BgClassName
{
background-color: #BFD579;
}
</style>
border-color css
<style>
span { border-color: #BFD579; }
span { border-color: rgb(191,213,121); }
td.TdClassName
{
border-color: #BFD579;
}
.TagClassName
{
border-color: #BFD579;
}
</style>