Shades of Deco #BFD27F
Tints of Deco #BFD27F
RGB
CMYK
RGB Variations
Color information
#BFD27F (or 0xBFD27F) is known color: Deco. HEX triplet: BF, D2 and 7F. RGB value is (191,210,127). Sum of RGB (Red+Green+Blue) = 191+210+127=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 127 (50% from 255 or 24.05% from 528); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD27F is #402D80. Grayscale: #C3C3C3. Windows color (decimal): -4205953 or 8377023. OLE color: 8377023.
HSL color Cylindrical-coordinate representation of color #BFD27F: hue angle of 73.73º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFD27F is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 127 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.18 |
| HSL | 73.73º | 0.48% | 0.66% | - |
| HSV(B) | 73.73º | 0.4% | 0.82% | - |
| XYZ | 48.36 | 58.7 | 28.86 | - |
| YUV | 194.86 | 89.71 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 127 | 0.09 | 0 | 0.40 | 0.18 | 73.73 | 0.48 | 0.66 |
| Hex | BF | D2 | 7F | 9 | 0 | 28 | 12 | 4A | 30 | 42 |
| Octal | 277 | 322 | 177 | 11 | 0 | 50 | 22 | 112 | 60 | 102 |
| Binary | 10111111 | 11010010 | 1111111 | 1001 | 0 | 101000 | 10010 | 1001010 | 110000 | 1000010 |
Color Harmonies of #BFD27F
Complementary color
Monochromatic Colors of #BFD27F
Black with #BFD27F
Text Example
Text Example
White with #BFD27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD27F; }
p { color: rgb(191,210,127); }
H1.HeaderClassName
{
color: #BFD27F;
}
.AnyTagClassName
{
color: #BFD27F;
}
</style>
background-color css
<style>
a { background-color: #BFD27F; }
a { background-color: rgb(191,210,127); }
div.DivClassName
{
background-color: #BFD27F;
}
.BgClassName
{
background-color: #BFD27F;
}
</style>
border-color css
<style>
span { border-color: #BFD27F; }
span { border-color: rgb(191,210,127); }
td.TdClassName
{
border-color: #BFD27F;
}
.TagClassName
{
border-color: #BFD27F;
}
</style>