Shades of Deco #BFD276
Tints of Deco #BFD276
RGB
CMYK
RGB Variations
Color information
#BFD276 (or 0xBFD276) is known color: Deco. HEX triplet: BF, D2 and 76. RGB value is (191,210,118). Sum of RGB (Red+Green+Blue) = 191+210+118=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD276 is #402D89. Grayscale: #C2C2C2. Windows color (decimal): -4205962 or 7787199. OLE color: 7787199.
HSL color Cylindrical-coordinate representation of color #BFD276: hue angle of 72.39º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFD276 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 118 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.18 |
| HSL | 72.39º | 0.51% | 0.64% | - |
| HSV(B) | 72.39º | 0.44% | 0.82% | - |
| XYZ | 47.8 | 58.48 | 25.91 | - |
| YUV | 193.83 | 85.21 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 118 | 0.09 | 0 | 0.44 | 0.18 | 72.39 | 0.51 | 0.64 |
| Hex | BF | D2 | 76 | 9 | 0 | 2C | 12 | 48 | 33 | 40 |
| Octal | 277 | 322 | 166 | 11 | 0 | 54 | 22 | 110 | 63 | 100 |
| Binary | 10111111 | 11010010 | 1110110 | 1001 | 0 | 101100 | 10010 | 1001000 | 110011 | 1000000 |
Color Harmonies of #BFD276
Complementary color
Monochromatic Colors of #BFD276
Black with #BFD276
Text Example
Text Example
White with #BFD276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD276; }
p { color: rgb(191,210,118); }
H1.HeaderClassName
{
color: #BFD276;
}
.AnyTagClassName
{
color: #BFD276;
}
</style>
background-color css
<style>
a { background-color: #BFD276; }
a { background-color: rgb(191,210,118); }
div.DivClassName
{
background-color: #BFD276;
}
.BgClassName
{
background-color: #BFD276;
}
</style>
border-color css
<style>
span { border-color: #BFD276; }
span { border-color: rgb(191,210,118); }
td.TdClassName
{
border-color: #BFD276;
}
.TagClassName
{
border-color: #BFD276;
}
</style>