Shades of Pine Glade #BFCA81
Tints of Pine Glade #BFCA81
RGB
CMYK
RGB Variations
Color information
#BFCA81 (or 0xBFCA81) is known color: Pine Glade. HEX triplet: BF, CA and 81. RGB value is (191,202,129). Sum of RGB (Red+Green+Blue) = 191+202+129=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 202 - color contains mainly: green. Hex color #BFCA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCA81 is #40357E. Grayscale: #BEBEBE. Windows color (decimal): -4207999 or 8506047. OLE color: 8506047.
HSL color Cylindrical-coordinate representation of color #BFCA81: hue angle of 69.04º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFCA81 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 191 | 202 | 129 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.21 |
| HSL | 69.04º | 0.41% | 0.65% | - |
| HSV(B) | 69.04º | 0.36% | 0.79% | - |
| XYZ | 46.57 | 54.9 | 28.91 | - |
| YUV | 190.39 | 93.36 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 202 | 129 | 0.05 | 0 | 0.36 | 0.21 | 69.04 | 0.41 | 0.65 |
| Hex | BF | CA | 81 | 5 | 0 | 24 | 15 | 45 | 29 | 41 |
| Octal | 277 | 312 | 201 | 5 | 0 | 44 | 25 | 105 | 51 | 101 |
| Binary | 10111111 | 11001010 | 10000001 | 101 | 0 | 100100 | 10101 | 1000101 | 101001 | 1000001 |
Color Harmonies of #BFCA81
Complementary color
Monochromatic Colors of #BFCA81
Black with #BFCA81
Text Example
Text Example
White with #BFCA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCA81; }
p { color: rgb(191,202,129); }
H1.HeaderClassName
{
color: #BFCA81;
}
.AnyTagClassName
{
color: #BFCA81;
}
</style>
background-color css
<style>
a { background-color: #BFCA81; }
a { background-color: rgb(191,202,129); }
div.DivClassName
{
background-color: #BFCA81;
}
.BgClassName
{
background-color: #BFCA81;
}
</style>
border-color css
<style>
span { border-color: #BFCA81; }
span { border-color: rgb(191,202,129); }
td.TdClassName
{
border-color: #BFCA81;
}
.TagClassName
{
border-color: #BFCA81;
}
</style>