Shades of Deco #BFD37B
Tints of Deco #BFD37B
RGB
CMYK
RGB Variations
Color information
#BFD37B (or 0xBFD37B) is known color: Deco. HEX triplet: BF, D3 and 7B. RGB value is (191,211,123). Sum of RGB (Red+Green+Blue) = 191+211+123=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD37B is #402C84. Grayscale: #C3C3C3. Windows color (decimal): -4205701 or 8115135. OLE color: 8115135.
HSL color Cylindrical-coordinate representation of color #BFD37B: hue angle of 73.64º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFD37B is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 211 | 123 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.17 |
| HSL | 73.64º | 0.5% | 0.65% | - |
| HSV(B) | 73.64º | 0.42% | 0.83% | - |
| XYZ | 48.36 | 59.09 | 27.6 | - |
| YUV | 194.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 123 | 0.09 | 0 | 0.42 | 0.17 | 73.64 | 0.5 | 0.65 |
| Hex | BF | D3 | 7B | 9 | 0 | 2A | 11 | 4A | 32 | 41 |
| Octal | 277 | 323 | 173 | 11 | 0 | 52 | 21 | 112 | 62 | 101 |
| Binary | 10111111 | 11010011 | 1111011 | 1001 | 0 | 101010 | 10001 | 1001010 | 110010 | 1000001 |
Color Harmonies of #BFD37B
Complementary color
Monochromatic Colors of #BFD37B
Black with #BFD37B
Text Example
Text Example
White with #BFD37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD37B; }
p { color: rgb(191,211,123); }
H1.HeaderClassName
{
color: #BFD37B;
}
.AnyTagClassName
{
color: #BFD37B;
}
</style>
background-color css
<style>
a { background-color: #BFD37B; }
a { background-color: rgb(191,211,123); }
div.DivClassName
{
background-color: #BFD37B;
}
.BgClassName
{
background-color: #BFD37B;
}
</style>
border-color css
<style>
span { border-color: #BFD37B; }
span { border-color: rgb(191,211,123); }
td.TdClassName
{
border-color: #BFD37B;
}
.TagClassName
{
border-color: #BFD37B;
}
</style>