Shades of Deco #BFD576
Tints of Deco #BFD576
RGB
CMYK
RGB Variations
Color information
#BFD576 (or 0xBFD576) is known color: Deco. HEX triplet: BF, D5 and 76. RGB value is (191,213,118). Sum of RGB (Red+Green+Blue) = 191+213+118=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 118 (46.48% from 255 or 22.61% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD576 is #402A89. Grayscale: #C3C3C3. Windows color (decimal): -4205194 or 7787967. OLE color: 7787967.
HSL color Cylindrical-coordinate representation of color #BFD576: hue angle of 73.89º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFD576 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 118 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.16 |
| HSL | 73.89º | 0.53% | 0.65% | - |
| HSV(B) | 73.89º | 0.45% | 0.84% | - |
| XYZ | 48.55 | 59.97 | 26.16 | - |
| YUV | 195.59 | 84.21 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 118 | 0.10 | 0 | 0.45 | 0.16 | 73.89 | 0.53 | 0.65 |
| Hex | BF | D5 | 76 | A | 0 | 2D | 10 | 4A | 35 | 41 |
| Octal | 277 | 325 | 166 | 12 | 0 | 55 | 20 | 112 | 65 | 101 |
| Binary | 10111111 | 11010101 | 1110110 | 1010 | 0 | 101101 | 10000 | 1001010 | 110101 | 1000001 |
Color Harmonies of #BFD576
Complementary color
Monochromatic Colors of #BFD576
Black with #BFD576
Text Example
Text Example
White with #BFD576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD576; }
p { color: rgb(191,213,118); }
H1.HeaderClassName
{
color: #BFD576;
}
.AnyTagClassName
{
color: #BFD576;
}
</style>
background-color css
<style>
a { background-color: #BFD576; }
a { background-color: rgb(191,213,118); }
div.DivClassName
{
background-color: #BFD576;
}
.BgClassName
{
background-color: #BFD576;
}
</style>
border-color css
<style>
span { border-color: #BFD576; }
span { border-color: rgb(191,213,118); }
td.TdClassName
{
border-color: #BFD576;
}
.TagClassName
{
border-color: #BFD576;
}
</style>