#BFCD7F

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

Shades of Pine Glade #BFCD7F

Tints of Pine Glade #BFCD7F

Color information

#BFCD7F (or 0xBFCD7F) is unknown color: approx Pine Glade. HEX triplet: BF, CD and 7F. RGB value is (191,205,127). Sum of RGB (Red+Green+Blue) = 191+205+127=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFCD7F is #403280. Grayscale: #C0C0C0. Windows color (decimal): -4207233 or 8375743. OLE color: 8375743.

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

Color convert

RGB191205127-
CMYK0.0700.380.20
HSL70.77º43.82%65.1%-
HSV(B)70.77º38.05%80.39%-
XYZ47.1556.2728.46-
YUV191.9291.36127.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 127 (50% from 255) = 24.28%
R=36.52%
G=39.20%
B=24.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1912051270.0700.380.2070.7743.8265.1
HexBFCD7F702614472c41
Octal27731517770462410754101
Binary1011111111001101111111111101001101010010001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCD7F; }

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

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

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

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

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

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

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

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