Shades of Pine Glade #BFC273
Tints of Pine Glade #BFC273
RGB
CMYK
RGB Variations
Color information
#BFC273 (or 0xBFC273) is known color: Pine Glade. HEX triplet: BF, C2 and 73. RGB value is (191,194,115). Sum of RGB (Red+Green+Blue) = 191+194+115=500 (66% of max value = 765). Red value is 191 (75% from 255 or 38.2% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 115 (45.31% from 255 or 23% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC273 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC273 is #403D8C. Grayscale: #B8B8B8. Windows color (decimal): -4210061 or 7586495. OLE color: 7586495.
HSL color Cylindrical-coordinate representation of color #BFC273: hue angle of 62.28º degrees, saturation: 0.39, 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 #BFC273 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 115 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.24 |
| HSL | 62.28º | 0.39% | 0.61% | - |
| HSV(B) | 62.28º | 0.41% | 0.76% | - |
| XYZ | 43.87 | 50.9 | 23.73 | - |
| YUV | 184.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 115 | 0.02 | 0 | 0.41 | 0.24 | 62.28 | 0.39 | 0.61 |
| Hex | BF | C2 | 73 | 2 | 0 | 29 | 18 | 3E | 27 | 3D |
| Octal | 277 | 302 | 163 | 2 | 0 | 51 | 30 | 76 | 47 | 75 |
| Binary | 10111111 | 11000010 | 1110011 | 10 | 0 | 101001 | 11000 | 111110 | 100111 | 111101 |
Color Harmonies of #BFC273
Complementary color
Monochromatic Colors of #BFC273
Black with #BFC273
Text Example
Text Example
White with #BFC273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC273; }
p { color: rgb(191,194,115); }
H1.HeaderClassName
{
color: #BFC273;
}
.AnyTagClassName
{
color: #BFC273;
}
</style>
background-color css
<style>
a { background-color: #BFC273; }
a { background-color: rgb(191,194,115); }
div.DivClassName
{
background-color: #BFC273;
}
.BgClassName
{
background-color: #BFC273;
}
</style>
border-color css
<style>
span { border-color: #BFC273; }
span { border-color: rgb(191,194,115); }
td.TdClassName
{
border-color: #BFC273;
}
.TagClassName
{
border-color: #BFC273;
}
</style>