#BFC989

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

Shades of Pine Glade #BFC989

Tints of Pine Glade #BFC989

Color information

#BFC989 (or 0xBFC989) is unknown color: approx Pine Glade. HEX triplet: BF, C9 and 89. RGB value is (191,201,137). Sum of RGB (Red+Green+Blue) = 191+201+137=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 137 (53.91% from 255 or 25.90% from 529); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC989 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC989 is #403676. Grayscale: #BEBEBE. Windows color (decimal): -4208247 or 9030079. OLE color: 9030079.

HSL color Cylindrical-coordinate representation of color #BFC989: hue angle of 69.38º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BFC989 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB191201137-
CMYK0.0500.320.21
HSL69.38º37.21%66.27%-
HSV(B)69.38º31.84%78.82%-
XYZ46.8954.6631.75-
YUV190.7197.69128.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 201 (78.91% from 255) = 38.00%
BLUE value IS 137 (53.91% from 255) = 25.90%
R=36.11%
G=38.00%
B=25.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011370.0500.320.2169.3837.2166.27
HexBFC989502015452542
Octal27731121150402510545102
Binary10111111110010011000100110101000001010110001011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC989; }

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

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

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

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

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

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

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

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