Shades of Pine Glade #BFC374
Tints of Pine Glade #BFC374
RGB
CMYK
RGB Variations
Color information
#BFC374 (or 0xBFC374) is known color: Pine Glade. HEX triplet: BF, C3 and 74. RGB value is (191,195,116). Sum of RGB (Red+Green+Blue) = 191+195+116=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC374 is #403C8B. Grayscale: #B9B9B9. Windows color (decimal): -4209804 or 7652287. OLE color: 7652287.
HSL color Cylindrical-coordinate representation of color #BFC374: hue angle of 63.04º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFC374 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 195 | 116 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.24 |
| HSL | 63.04º | 0.4% | 0.61% | - |
| HSV(B) | 63.04º | 0.41% | 0.76% | - |
| XYZ | 44.15 | 51.37 | 24.11 | - |
| YUV | 184.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 116 | 0.02 | 0 | 0.41 | 0.24 | 63.04 | 0.4 | 0.61 |
| Hex | BF | C3 | 74 | 2 | 0 | 29 | 18 | 3F | 28 | 3D |
| Octal | 277 | 303 | 164 | 2 | 0 | 51 | 30 | 77 | 50 | 75 |
| Binary | 10111111 | 11000011 | 1110100 | 10 | 0 | 101001 | 11000 | 111111 | 101000 | 111101 |
Color Harmonies of #BFC374
Complementary color
Monochromatic Colors of #BFC374
Black with #BFC374
Text Example
Text Example
White with #BFC374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC374; }
p { color: rgb(191,195,116); }
H1.HeaderClassName
{
color: #BFC374;
}
.AnyTagClassName
{
color: #BFC374;
}
</style>
background-color css
<style>
a { background-color: #BFC374; }
a { background-color: rgb(191,195,116); }
div.DivClassName
{
background-color: #BFC374;
}
.BgClassName
{
background-color: #BFC374;
}
</style>
border-color css
<style>
span { border-color: #BFC374; }
span { border-color: rgb(191,195,116); }
td.TdClassName
{
border-color: #BFC374;
}
.TagClassName
{
border-color: #BFC374;
}
</style>