#BFCF7A

Color #BFCF7A Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BFCF7A

Tints of Pine Glade #BFCF7A

Color information

#BFCF7A (or 0xBFCF7A) is unknown color: approx Pine Glade. HEX triplet: BF, CF and 7A. RGB value is (191,207,122). Sum of RGB (Red+Green+Blue) = 191+207+122=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #BFCF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCF7A is #403085. Grayscale: #C0C0C0. Windows color (decimal): -4206726 or 8048575. OLE color: 8048575.

HSL color Cylindrical-coordinate representation of color #BFCF7A: hue angle of 71.29º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFCF7A is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB191207122-
CMYK0.0800.410.19
HSL71.29º46.96%64.51%-
HSV(B)71.29º41.06%81.18%-
XYZ47.3157.1126.94-
YUV192.5388.2126.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 207 (81.25% from 255) = 39.81%
BLUE value IS 122 (48.05% from 255) = 23.46%
R=36.73%
G=39.81%
B=23.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912071220.0800.410.1971.2946.9664.51
HexBFCF7A802913472f41
Octal277317172100512310757101
Binary10111111110011111111010100001010011001110001111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCF7A; }

 p { color: rgb(191,207,122); }

 H1.HeaderClassName
 {
   color: #BFCF7A;
 }
 .AnyTagClassName
 {
   color: #BFCF7A;
 }
</style>
background-color css

<style>
 a { background-color: #BFCF7A; }

 a { background-color: rgb(191,207,122); }

 div.DivClassName
 {
   background-color: #BFCF7A;
 }
 .BgClassName
 {
   background-color: #BFCF7A;
 }
</style>
border-color css

<style>
 span { border-color: #BFCF7A; }

 span { border-color: rgb(191,207,122); }

 td.TdClassName
 {
   border-color: #BFCF7A;
 }
 .TagClassName
 {
   border-color: #BFCF7A;
 }
</style>