#BFC389

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

Shades of Pine Glade #BFC389

Tints of Pine Glade #BFC389

Color information

#BFC389 (or 0xBFC389) is unknown color: approx Pine Glade. HEX triplet: BF, C3 and 89. RGB value is (191,195,137). Sum of RGB (Red+Green+Blue) = 191+195+137=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 195 - color contains mainly: green. Hex color #BFC389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC389 is #403C76. Grayscale: #BBBBBB. Windows color (decimal): -4209783 or 9028543. OLE color: 9028543.

HSL color Cylindrical-coordinate representation of color #BFC389: hue angle of 64.14º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BFC389 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB191195137-
CMYK0.0200.300.24
HSL64.14º32.58%65.1%-
HSV(B)64.14º29.74%76.47%-
XYZ45.5251.9131.29-
YUV187.1999.67130.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.52%
GREEN value IS 195 (76.56% from 255) = 37.28%
BLUE value IS 137 (53.91% from 255) = 26.20%
R=36.52%
G=37.28%
B=26.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911951370.0200.300.2464.1432.5865.1
HexBFC389201E18402141
Octal27730321120363010041101
Binary101111111100001110001001100111101100010000001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC389; }

 p { color: rgb(191,195,137); }

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

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

 a { background-color: rgb(191,195,137); }

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

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

 span { border-color: rgb(191,195,137); }

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