Shades of Pine Glade #BFC77A
Tints of Pine Glade #BFC77A
RGB
CMYK
RGB Variations
Color information
#BFC77A (or 0xBFC77A) is known color: Pine Glade. HEX triplet: BF, C7 and 7A. RGB value is (191,199,122). Sum of RGB (Red+Green+Blue) = 191+199+122=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 199 - color contains mainly: green. Hex color #BFC77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC77A is #403885. Grayscale: #BCBCBC. Windows color (decimal): -4208774 or 8046527. OLE color: 8046527.
HSL color Cylindrical-coordinate representation of color #BFC77A: hue angle of 66.23º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFC77A is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 191 | 199 | 122 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.22 |
| HSL | 66.23º | 0.41% | 0.63% | - |
| HSV(B) | 66.23º | 0.39% | 0.78% | - |
| XYZ | 45.42 | 53.33 | 26.31 | - |
| YUV | 187.83 | 90.85 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 199 | 122 | 0.04 | 0 | 0.39 | 0.22 | 66.23 | 0.41 | 0.63 |
| Hex | BF | C7 | 7A | 4 | 0 | 27 | 16 | 42 | 29 | 3F |
| Octal | 277 | 307 | 172 | 4 | 0 | 47 | 26 | 102 | 51 | 77 |
| Binary | 10111111 | 11000111 | 1111010 | 100 | 0 | 100111 | 10110 | 1000010 | 101001 | 111111 |
Color Harmonies of #BFC77A
Complementary color
Monochromatic Colors of #BFC77A
Black with #BFC77A
Text Example
Text Example
White with #BFC77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC77A; }
p { color: rgb(191,199,122); }
H1.HeaderClassName
{
color: #BFC77A;
}
.AnyTagClassName
{
color: #BFC77A;
}
</style>
background-color css
<style>
a { background-color: #BFC77A; }
a { background-color: rgb(191,199,122); }
div.DivClassName
{
background-color: #BFC77A;
}
.BgClassName
{
background-color: #BFC77A;
}
</style>
border-color css
<style>
span { border-color: #BFC77A; }
span { border-color: rgb(191,199,122); }
td.TdClassName
{
border-color: #BFC77A;
}
.TagClassName
{
border-color: #BFC77A;
}
</style>