Shades of Pine Glade #BFC277
Tints of Pine Glade #BFC277
RGB
CMYK
RGB Variations
Color information
#BFC277 (or 0xBFC277) is known color: Pine Glade. HEX triplet: BF, C2 and 77. RGB value is (191,194,119). Sum of RGB (Red+Green+Blue) = 191+194+119=504 (66% of max value = 765). Red value is 191 (75% from 255 or 37.90% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC277 is #403D88. Grayscale: #B8B8B8. Windows color (decimal): -4210057 or 7848639. OLE color: 7848639.
HSL color Cylindrical-coordinate representation of color #BFC277: hue angle of 62.4º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFC277 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 191 | 194 | 119 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.24 |
| HSL | 62.4º | 0.38% | 0.61% | - |
| HSV(B) | 62.4º | 0.39% | 0.76% | - |
| XYZ | 44.11 | 50.99 | 24.97 | - |
| YUV | 184.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 119 | 0.02 | 0 | 0.39 | 0.24 | 62.4 | 0.38 | 0.61 |
| Hex | BF | C2 | 77 | 2 | 0 | 27 | 18 | 3E | 26 | 3D |
| Octal | 277 | 302 | 167 | 2 | 0 | 47 | 30 | 76 | 46 | 75 |
| Binary | 10111111 | 11000010 | 1110111 | 10 | 0 | 100111 | 11000 | 111110 | 100110 | 111101 |
Color Harmonies of #BFC277
Complementary color
Monochromatic Colors of #BFC277
Black with #BFC277
Text Example
Text Example
White with #BFC277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC277; }
p { color: rgb(191,194,119); }
H1.HeaderClassName
{
color: #BFC277;
}
.AnyTagClassName
{
color: #BFC277;
}
</style>
background-color css
<style>
a { background-color: #BFC277; }
a { background-color: rgb(191,194,119); }
div.DivClassName
{
background-color: #BFC277;
}
.BgClassName
{
background-color: #BFC277;
}
</style>
border-color css
<style>
span { border-color: #BFC277; }
span { border-color: rgb(191,194,119); }
td.TdClassName
{
border-color: #BFC277;
}
.TagClassName
{
border-color: #BFC277;
}
</style>