#bfce7a

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

Shades of Pine Glade #BFCE7A

Tints of Pine Glade #BFCE7A

Color information

#BFCE7A (or 0xBFCE7A) is unknown color: approx Pine Glade. HEX triplet: BF, CE and 7A. RGB value is (191,206,122). Sum of RGB (Red+Green+Blue) = 191+206+122=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCE7A is #403185. Grayscale: #C0C0C0. Windows color (decimal): -4206982 or 8048319. OLE color: 8048319.

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

Color convert

RGB191206122-
CMYK0.0700.410.19
HSL70.71º46.15%64.31%-
HSV(B)70.71º40.78%80.78%-
XYZ47.0756.6226.86-
YUV191.9488.53127.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.80%
GREEN value IS 206 (80.86% from 255) = 39.69%
BLUE value IS 122 (48.05% from 255) = 23.51%
R=36.80%
G=39.69%
B=23.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061220.0700.410.1970.7146.1564.31
HexBFCE7A702913472e40
Octal27731617270512310756100
Binary1011111111001110111101011101010011001110001111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfce7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfce7a; }

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

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

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

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

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

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

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

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