Shades of Deco #BFD37D
Tints of Deco #BFD37D
RGB
CMYK
RGB Variations
Color information
#BFD37D (or 0xBFD37D) is known color: Deco. HEX triplet: BF, D3 and 7D. RGB value is (191,211,125). Sum of RGB (Red+Green+Blue) = 191+211+125=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 211 (82.81% from 255 or 40.04% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD37D is #402C82. Grayscale: #C3C3C3. Windows color (decimal): -4205699 or 8246207. OLE color: 8246207.
HSL color Cylindrical-coordinate representation of color #BFD37D: hue angle of 73.95º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFD37D is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 125 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.17 |
| HSL | 73.95º | 0.49% | 0.66% | - |
| HSV(B) | 73.95º | 0.41% | 0.83% | - |
| XYZ | 48.48 | 59.15 | 28.26 | - |
| YUV | 195.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 125 | 0.09 | 0 | 0.41 | 0.17 | 73.95 | 0.49 | 0.66 |
| Hex | BF | D3 | 7D | 9 | 0 | 29 | 11 | 4A | 31 | 42 |
| Octal | 277 | 323 | 175 | 11 | 0 | 51 | 21 | 112 | 61 | 102 |
| Binary | 10111111 | 11010011 | 1111101 | 1001 | 0 | 101001 | 10001 | 1001010 | 110001 | 1000010 |
Color Harmonies of #BFD37D
Complementary color
Monochromatic Colors of #BFD37D
Black with #BFD37D
Text Example
Text Example
White with #BFD37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD37D; }
p { color: rgb(191,211,125); }
H1.HeaderClassName
{
color: #BFD37D;
}
.AnyTagClassName
{
color: #BFD37D;
}
</style>
background-color css
<style>
a { background-color: #BFD37D; }
a { background-color: rgb(191,211,125); }
div.DivClassName
{
background-color: #BFD37D;
}
.BgClassName
{
background-color: #BFD37D;
}
</style>
border-color css
<style>
span { border-color: #BFD37D; }
span { border-color: rgb(191,211,125); }
td.TdClassName
{
border-color: #BFD37D;
}
.TagClassName
{
border-color: #BFD37D;
}
</style>