#BFC07C

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

Shades of Pine Glade #BFC07C

Tints of Pine Glade #BFC07C

Color information

#BFC07C (or 0xBFC07C) is unknown color: approx Pine Glade. HEX triplet: BF, C0 and 7C. RGB value is (191,192,124). Sum of RGB (Red+Green+Blue) = 191+192+124=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC07C is #403F83. Grayscale: #B8B8B8. Windows color (decimal): -4210564 or 8175807. OLE color: 8175807.

HSL color Cylindrical-coordinate representation of color #BFC07C: hue angle of 60.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BFC07C is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB191192124-
CMYK0.0100.350.25
HSL60.88º35.05%61.96%-
HSV(B)60.88º35.42%75.29%-
XYZ43.9750.2326.45-
YUV183.9594.17133.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.67%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 124 (48.83% from 255) = 24.46%
R=37.67%
G=37.87%
B=24.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911921240.0100.350.2560.8835.0561.96
HexBFC07C1023193d233e
Octal277300174104331754376
Binary101111111100000011111001010001111001111101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC07C; }

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

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

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

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

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

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

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

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