Shades of Deco #BFD07B
Tints of Deco #BFD07B
RGB
CMYK
RGB Variations
Color information
#BFD07B (or 0xBFD07B) is known color: Deco. HEX triplet: BF, D0 and 7B. RGB value is (191,208,123). Sum of RGB (Red+Green+Blue) = 191+208+123=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 123 (48.44% from 255 or 23.56% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD07B is #402F84. Grayscale: #C1C1C1. Windows color (decimal): -4206469 or 8114367. OLE color: 8114367.
HSL color Cylindrical-coordinate representation of color #BFD07B: hue angle of 72º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFD07B is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 123 | - |
| CMYK | 0.08 | 0 | 0.41 | 0.18 |
| HSL | 72º | 0.47% | 0.65% | - |
| HSV(B) | 72º | 0.41% | 0.82% | - |
| XYZ | 47.62 | 57.62 | 27.35 | - |
| YUV | 193.23 | 88.37 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 123 | 0.08 | 0 | 0.41 | 0.18 | 72 | 0.47 | 0.65 |
| Hex | BF | D0 | 7B | 8 | 0 | 29 | 12 | 48 | 2F | 41 |
| Octal | 277 | 320 | 173 | 10 | 0 | 51 | 22 | 110 | 57 | 101 |
| Binary | 10111111 | 11010000 | 1111011 | 1000 | 0 | 101001 | 10010 | 1001000 | 101111 | 1000001 |
Color Harmonies of #BFD07B
Complementary color
Monochromatic Colors of #BFD07B
Black with #BFD07B
Text Example
Text Example
White with #BFD07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD07B; }
p { color: rgb(191,208,123); }
H1.HeaderClassName
{
color: #BFD07B;
}
.AnyTagClassName
{
color: #BFD07B;
}
</style>
background-color css
<style>
a { background-color: #BFD07B; }
a { background-color: rgb(191,208,123); }
div.DivClassName
{
background-color: #BFD07B;
}
.BgClassName
{
background-color: #BFD07B;
}
</style>
border-color css
<style>
span { border-color: #BFD07B; }
span { border-color: rgb(191,208,123); }
td.TdClassName
{
border-color: #BFD07B;
}
.TagClassName
{
border-color: #BFD07B;
}
</style>