Shades of Pine Glade #BFCC74
Tints of Pine Glade #BFCC74
RGB
CMYK
RGB Variations
Color information
#BFCC74 (or 0xBFCC74) is known color: Pine Glade. HEX triplet: BF, CC and 74. RGB value is (191,204,116). Sum of RGB (Red+Green+Blue) = 191+204+116=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 204 (80.08% from 255 or 39.92% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCC74 is #40338B. Grayscale: #BEBEBE. Windows color (decimal): -4207500 or 7654591. OLE color: 7654591.
HSL color Cylindrical-coordinate representation of color #BFCC74: hue angle of 68.86º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFCC74 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 191 | 204 | 116 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.2 |
| HSL | 68.86º | 0.46% | 0.63% | - |
| HSV(B) | 68.86º | 0.43% | 0.8% | - |
| XYZ | 46.23 | 55.52 | 24.8 | - |
| YUV | 190.08 | 86.19 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 204 | 116 | 0.06 | 0 | 0.43 | 0.2 | 68.86 | 0.46 | 0.63 |
| Hex | BF | CC | 74 | 6 | 0 | 2B | 14 | 45 | 2E | 3F |
| Octal | 277 | 314 | 164 | 6 | 0 | 53 | 24 | 105 | 56 | 77 |
| Binary | 10111111 | 11001100 | 1110100 | 110 | 0 | 101011 | 10100 | 1000101 | 101110 | 111111 |
Color Harmonies of #BFCC74
Complementary color
Monochromatic Colors of #BFCC74
Black with #BFCC74
Text Example
Text Example
White with #BFCC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCC74; }
p { color: rgb(191,204,116); }
H1.HeaderClassName
{
color: #BFCC74;
}
.AnyTagClassName
{
color: #BFCC74;
}
</style>
background-color css
<style>
a { background-color: #BFCC74; }
a { background-color: rgb(191,204,116); }
div.DivClassName
{
background-color: #BFCC74;
}
.BgClassName
{
background-color: #BFCC74;
}
</style>
border-color css
<style>
span { border-color: #BFCC74; }
span { border-color: rgb(191,204,116); }
td.TdClassName
{
border-color: #BFCC74;
}
.TagClassName
{
border-color: #BFCC74;
}
</style>