Shades of Deco #BFD577
Tints of Deco #BFD577
RGB
CMYK
RGB Variations
Color information
#BFD577 (or 0xBFD577) is known color: Deco. HEX triplet: BF, D5 and 77. RGB value is (191,213,119). Sum of RGB (Red+Green+Blue) = 191+213+119=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 119 (46.88% from 255 or 22.75% from 523); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD577 is #402A88. Grayscale: #C4C4C4. Windows color (decimal): -4205193 or 7853503. OLE color: 7853503.
HSL color Cylindrical-coordinate representation of color #BFD577: hue angle of 74.04º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFD577 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 119 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.16 |
| HSL | 74.04º | 0.53% | 0.65% | - |
| HSV(B) | 74.04º | 0.44% | 0.84% | - |
| XYZ | 48.61 | 60 | 26.47 | - |
| YUV | 195.71 | 84.71 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 119 | 0.10 | 0 | 0.44 | 0.16 | 74.04 | 0.53 | 0.65 |
| Hex | BF | D5 | 77 | A | 0 | 2C | 10 | 4A | 35 | 41 |
| Octal | 277 | 325 | 167 | 12 | 0 | 54 | 20 | 112 | 65 | 101 |
| Binary | 10111111 | 11010101 | 1110111 | 1010 | 0 | 101100 | 10000 | 1001010 | 110101 | 1000001 |
Color Harmonies of #BFD577
Complementary color
Monochromatic Colors of #BFD577
Black with #BFD577
Text Example
Text Example
White with #BFD577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD577; }
p { color: rgb(191,213,119); }
H1.HeaderClassName
{
color: #BFD577;
}
.AnyTagClassName
{
color: #BFD577;
}
</style>
background-color css
<style>
a { background-color: #BFD577; }
a { background-color: rgb(191,213,119); }
div.DivClassName
{
background-color: #BFD577;
}
.BgClassName
{
background-color: #BFD577;
}
</style>
border-color css
<style>
span { border-color: #BFD577; }
span { border-color: rgb(191,213,119); }
td.TdClassName
{
border-color: #BFD577;
}
.TagClassName
{
border-color: #BFD577;
}
</style>