#BFC289

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

Shades of Pine Glade #BFC289

Tints of Pine Glade #BFC289

Color information

#BFC289 (or 0xBFC289) is unknown color: approx Pine Glade. HEX triplet: BF, C2 and 89. RGB value is (191,194,137). Sum of RGB (Red+Green+Blue) = 191+194+137=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC289 is #403D76. Grayscale: #BABABA. Windows color (decimal): -4210039 or 9028287. OLE color: 9028287.

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

Color convert

RGB191194137-
CMYK0.0200.290.24
HSL63.16º31.84%64.9%-
HSV(B)63.16º29.38%76.08%-
XYZ45.2951.4731.21-
YUV186.6100.01131.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.59%
GREEN value IS 194 (76.17% from 255) = 37.16%
BLUE value IS 137 (53.91% from 255) = 26.25%
R=36.59%
G=37.16%
B=26.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1911941370.0200.290.2463.1631.8464.9
HexBFC289201D183f2041
Octal2773022112035307740101
Binary10111111110000101000100110011101110001111111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC289; }

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

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

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

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

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

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

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

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