Shades of Conifer #BFDF5C
Tints of Conifer #BFDF5C
RGB
CMYK
RGB Variations
Color information
#BFDF5C (or 0xBFDF5C) is known color: Conifer. HEX triplet: BF, DF and 5C. RGB value is (191,223,92). Sum of RGB (Red+Green+Blue) = 191+223+92=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFDF5C is #4020A3. Grayscale: #C6C6C6. Windows color (decimal): -4202660 or 6086591. OLE color: 6086591.
HSL color Cylindrical-coordinate representation of color #BFDF5C: hue angle of 74.66º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BFDF5C is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 191 | 223 | 92 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.13 |
| HSL | 74.66º | 0.67% | 0.62% | - |
| HSV(B) | 74.66º | 0.59% | 0.87% | - |
| XYZ | 49.81 | 64.62 | 19.97 | - |
| YUV | 198.5 | 67.9 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 92 | 0.14 | 0 | 0.59 | 0.13 | 74.66 | 0.67 | 0.62 |
| Hex | BF | DF | 5C | E | 0 | 3B | D | 4B | 43 | 3E |
| Octal | 277 | 337 | 134 | 16 | 0 | 73 | 15 | 113 | 103 | 76 |
| Binary | 10111111 | 11011111 | 1011100 | 1110 | 0 | 111011 | 1101 | 1001011 | 1000011 | 111110 |
Color Harmonies of #BFDF5C
Complementary color
Monochromatic Colors of #BFDF5C
Black with #BFDF5C
Text Example
Text Example
White with #BFDF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDF5C; }
p { color: rgb(191,223,92); }
H1.HeaderClassName
{
color: #BFDF5C;
}
.AnyTagClassName
{
color: #BFDF5C;
}
</style>
background-color css
<style>
a { background-color: #BFDF5C; }
a { background-color: rgb(191,223,92); }
div.DivClassName
{
background-color: #BFDF5C;
}
.BgClassName
{
background-color: #BFDF5C;
}
</style>
border-color css
<style>
span { border-color: #BFDF5C; }
span { border-color: rgb(191,223,92); }
td.TdClassName
{
border-color: #BFDF5C;
}
.TagClassName
{
border-color: #BFDF5C;
}
</style>