#BFCD7C

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

Shades of Pine Glade #BFCD7C

Tints of Pine Glade #BFCD7C

Color information

#BFCD7C (or 0xBFCD7C) is unknown color: approx Pine Glade. HEX triplet: BF, CD and 7C. RGB value is (191,205,124). Sum of RGB (Red+Green+Blue) = 191+205+124=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD7C is #403283. Grayscale: #BFBFBF. Windows color (decimal): -4207236 or 8179135. OLE color: 8179135.

HSL color Cylindrical-coordinate representation of color #BFCD7C: hue angle of 70.37º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFCD7C is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB191205124-
CMYK0.0700.400.20
HSL70.37º44.75%64.51%-
HSV(B)70.37º39.51%80.39%-
XYZ46.9656.1927.44-
YUV191.5889.86127.59-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.73%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 124 (48.83% from 255) = 23.85%
R=36.73%
G=39.42%
B=23.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051240.0700.400.2070.3744.7564.51
HexBFCD7C702814462d41
Octal27731517470502410655101
Binary1011111111001101111110011101010001010010001101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD7C; }

 p { color: rgb(191,205,124); }

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

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

 a { background-color: rgb(191,205,124); }

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

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

 span { border-color: rgb(191,205,124); }

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