Shades of Deco #BFD18A
Tints of Deco #BFD18A
RGB
CMYK
RGB Variations
Color information
#BFD18A (or 0xBFD18A) is known color: Deco. HEX triplet: BF, D1 and 8A. RGB value is (191,209,138). Sum of RGB (Red+Green+Blue) = 191+209+138=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 209 (82.03% from 255 or 38.85% from 538); Blue value is 138 (54.30% from 255 or 25.65% from 538); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD18A is #402E75. Grayscale: #C3C3C3. Windows color (decimal): -4206198 or 9097663. OLE color: 9097663.
HSL color Cylindrical-coordinate representation of color #BFD18A: hue angle of 75.21º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BFD18A is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 209 | 138 | - |
| CMYK | 0.09 | 0 | 0.34 | 0.18 |
| HSL | 75.21º | 0.44% | 0.68% | - |
| HSV(B) | 75.21º | 0.34% | 0.82% | - |
| XYZ | 48.87 | 58.51 | 32.76 | - |
| YUV | 195.52 | 95.54 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 138 | 0.09 | 0 | 0.34 | 0.18 | 75.21 | 0.44 | 0.68 |
| Hex | BF | D1 | 8A | 9 | 0 | 22 | 12 | 4B | 2C | 44 |
| Octal | 277 | 321 | 212 | 11 | 0 | 42 | 22 | 113 | 54 | 104 |
| Binary | 10111111 | 11010001 | 10001010 | 1001 | 0 | 100010 | 10010 | 1001011 | 101100 | 1000100 |
Color Harmonies of #BFD18A
Complementary color
Monochromatic Colors of #BFD18A
Black with #BFD18A
Text Example
Text Example
White with #BFD18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD18A; }
p { color: rgb(191,209,138); }
H1.HeaderClassName
{
color: #BFD18A;
}
.AnyTagClassName
{
color: #BFD18A;
}
</style>
background-color css
<style>
a { background-color: #BFD18A; }
a { background-color: rgb(191,209,138); }
div.DivClassName
{
background-color: #BFD18A;
}
.BgClassName
{
background-color: #BFD18A;
}
</style>
border-color css
<style>
span { border-color: #BFD18A; }
span { border-color: rgb(191,209,138); }
td.TdClassName
{
border-color: #BFD18A;
}
.TagClassName
{
border-color: #BFD18A;
}
</style>