#bfc87b

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

Shades of Pine Glade #BFC87B

Tints of Pine Glade #BFC87B

Color information

#BFC87B (or 0xBFC87B) is unknown color: approx Pine Glade. HEX triplet: BF, C8 and 7B. RGB value is (191,200,123). Sum of RGB (Red+Green+Blue) = 191+200+123=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC87B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC87B is #403784. Grayscale: #BCBCBC. Windows color (decimal): -4208517 or 8112319. OLE color: 8112319.

HSL color Cylindrical-coordinate representation of color #BFC87B: hue angle of 67.01º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFC87B is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB191200123-
CMYK0.0400.380.22
HSL67.01º41.18%63.33%-
HSV(B)67.01º38.5%78.43%-
XYZ45.7253.8126.72-
YUV188.5391.02129.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 200 (78.52% from 255) = 38.91%
BLUE value IS 123 (48.44% from 255) = 23.93%
R=37.16%
G=38.91%
B=23.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1912001230.0400.380.2267.0141.1863.33
HexBFC87B40261643293f
Octal2773101734046261035177
Binary101111111100100011110111000100110101101000011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfc87b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfc87b; }

 p { color: rgb(191,200,123); }

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

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

 a { background-color: rgb(191,200,123); }

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

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

 span { border-color: rgb(191,200,123); }

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