Shades of Conifer #BFD953
Tints of Conifer #BFD953
RGB
CMYK
RGB Variations
Color information
#BFD953 (or 0xBFD953) is known color: Conifer. HEX triplet: BF, D9 and 53. RGB value is (191,217,83). Sum of RGB (Red+Green+Blue) = 191+217+83=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #BFD953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD953 is #4026AC. Grayscale: #C2C2C2. Windows color (decimal): -4204205 or 5495231. OLE color: 5495231.
HSL color Cylindrical-coordinate representation of color #BFD953: hue angle of 71.64º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BFD953 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 217 | 83 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.15 |
| HSL | 71.64º | 0.64% | 0.59% | - |
| HSV(B) | 71.64º | 0.62% | 0.85% | - |
| XYZ | 47.86 | 61.33 | 17.5 | - |
| YUV | 193.95 | 65.39 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 83 | 0.12 | 0 | 0.62 | 0.15 | 71.64 | 0.64 | 0.59 |
| Hex | BF | D9 | 53 | C | 0 | 3E | F | 48 | 40 | 3B |
| Octal | 277 | 331 | 123 | 14 | 0 | 76 | 17 | 110 | 100 | 73 |
| Binary | 10111111 | 11011001 | 1010011 | 1100 | 0 | 111110 | 1111 | 1001000 | 1000000 | 111011 |
Color Harmonies of #BFD953
Complementary color
Monochromatic Colors of #BFD953
Black with #BFD953
Text Example
Text Example
White with #BFD953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD953; }
p { color: rgb(191,217,83); }
H1.HeaderClassName
{
color: #BFD953;
}
.AnyTagClassName
{
color: #BFD953;
}
</style>
background-color css
<style>
a { background-color: #BFD953; }
a { background-color: rgb(191,217,83); }
div.DivClassName
{
background-color: #BFD953;
}
.BgClassName
{
background-color: #BFD953;
}
</style>
border-color css
<style>
span { border-color: #BFD953; }
span { border-color: rgb(191,217,83); }
td.TdClassName
{
border-color: #BFD953;
}
.TagClassName
{
border-color: #BFD953;
}
</style>