Shades of Pine Glade #BFD075
Tints of Pine Glade #BFD075
RGB
CMYK
RGB Variations
Color information
#BFD075 (or 0xBFD075) is known color: Pine Glade. HEX triplet: BF, D0 and 75. RGB value is (191,208,117). Sum of RGB (Red+Green+Blue) = 191+208+117=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 208 (81.64% from 255 or 40.31% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD075 is #402F8A. Grayscale: #C0C0C0. Windows color (decimal): -4206475 or 7721151. OLE color: 7721151.
HSL color Cylindrical-coordinate representation of color #BFD075: hue angle of 71.21º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFD075 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 117 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.18 |
| HSL | 71.21º | 0.49% | 0.64% | - |
| HSV(B) | 71.21º | 0.44% | 0.82% | - |
| XYZ | 47.25 | 57.47 | 25.43 | - |
| YUV | 192.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 117 | 0.08 | 0 | 0.44 | 0.18 | 71.21 | 0.49 | 0.64 |
| Hex | BF | D0 | 75 | 8 | 0 | 2C | 12 | 47 | 31 | 40 |
| Octal | 277 | 320 | 165 | 10 | 0 | 54 | 22 | 107 | 61 | 100 |
| Binary | 10111111 | 11010000 | 1110101 | 1000 | 0 | 101100 | 10010 | 1000111 | 110001 | 1000000 |
Color Harmonies of #BFD075
Complementary color
Monochromatic Colors of #BFD075
Black with #BFD075
Text Example
Text Example
White with #BFD075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD075; }
p { color: rgb(191,208,117); }
H1.HeaderClassName
{
color: #BFD075;
}
.AnyTagClassName
{
color: #BFD075;
}
</style>
background-color css
<style>
a { background-color: #BFD075; }
a { background-color: rgb(191,208,117); }
div.DivClassName
{
background-color: #BFD075;
}
.BgClassName
{
background-color: #BFD075;
}
</style>
border-color css
<style>
span { border-color: #BFD075; }
span { border-color: rgb(191,208,117); }
td.TdClassName
{
border-color: #BFD075;
}
.TagClassName
{
border-color: #BFD075;
}
</style>