Shades of Deco #BFD57B
Tints of Deco #BFD57B
RGB
CMYK
RGB Variations
Color information
#BFD57B (or 0xBFD57B) is known color: Deco. HEX triplet: BF, D5 and 7B. RGB value is (191,213,123). Sum of RGB (Red+Green+Blue) = 191+213+123=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 123 (48.44% from 255 or 23.34% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD57B is #402A84. Grayscale: #C4C4C4. Windows color (decimal): -4205189 or 8115647. OLE color: 8115647.
HSL color Cylindrical-coordinate representation of color #BFD57B: hue angle of 74.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFD57B is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 123 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.16 |
| HSL | 74.67º | 0.52% | 0.66% | - |
| HSV(B) | 74.67º | 0.42% | 0.84% | - |
| XYZ | 48.86 | 60.09 | 27.76 | - |
| YUV | 196.16 | 86.71 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 123 | 0.10 | 0 | 0.42 | 0.16 | 74.67 | 0.52 | 0.66 |
| Hex | BF | D5 | 7B | A | 0 | 2A | 10 | 4B | 34 | 42 |
| Octal | 277 | 325 | 173 | 12 | 0 | 52 | 20 | 113 | 64 | 102 |
| Binary | 10111111 | 11010101 | 1111011 | 1010 | 0 | 101010 | 10000 | 1001011 | 110100 | 1000010 |
Color Harmonies of #BFD57B
Complementary color
Monochromatic Colors of #BFD57B
Black with #BFD57B
Text Example
Text Example
White with #BFD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD57B; }
p { color: rgb(191,213,123); }
H1.HeaderClassName
{
color: #BFD57B;
}
.AnyTagClassName
{
color: #BFD57B;
}
</style>
background-color css
<style>
a { background-color: #BFD57B; }
a { background-color: rgb(191,213,123); }
div.DivClassName
{
background-color: #BFD57B;
}
.BgClassName
{
background-color: #BFD57B;
}
</style>
border-color css
<style>
span { border-color: #BFD57B; }
span { border-color: rgb(191,213,123); }
td.TdClassName
{
border-color: #BFD57B;
}
.TagClassName
{
border-color: #BFD57B;
}
</style>