#BEC389

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

Shades of Pine Glade #BEC389

Tints of Pine Glade #BEC389

Color information

#BEC389 (or 0xBEC389) is unknown color: approx Pine Glade. HEX triplet: BE, C3 and 89. RGB value is (190,195,137). Sum of RGB (Red+Green+Blue) = 190+195+137=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC389 is #413C76. Grayscale: #BBBBBB. Windows color (decimal): -4275319 or 9028542. OLE color: 9028542.

HSL color Cylindrical-coordinate representation of color #BEC389: hue angle of 65.17º 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 #BEC389 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB190195137-
CMYK0.0300.300.24
HSL65.17º32.58%65.1%-
HSV(B)65.17º29.74%76.47%-
XYZ45.2751.7831.28-
YUV186.8999.84130.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 195 (76.56% from 255) = 37.36%
BLUE value IS 137 (53.91% from 255) = 26.25%
R=36.40%
G=37.36%
B=26.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951370.0300.300.2465.1732.5865.1
HexBEC389301E18412141
Octal27630321130363010141101
Binary101111101100001110001001110111101100010000011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC389; }

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

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

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

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

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

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

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

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