#BEC689

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

Shades of Pine Glade #BEC689

Tints of Pine Glade #BEC689

Color information

#BEC689 (or 0xBEC689) is unknown color: approx Pine Glade. HEX triplet: BE, C6 and 89. RGB value is (190,198,137). Sum of RGB (Red+Green+Blue) = 190+198+137=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 137 (53.91% from 255 or 26.10% from 525); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC689 is #413976. Grayscale: #BCBCBC. Windows color (decimal): -4274551 or 9029310. OLE color: 9029310.

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

Color convert

RGB190198137-
CMYK0.0400.310.22
HSL67.87º34.86%65.69%-
HSV(B)67.87º30.81%77.65%-
XYZ45.9453.1431.5-
YUV188.6598.85128.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 198 (77.73% from 255) = 37.71%
BLUE value IS 137 (53.91% from 255) = 26.10%
R=36.19%
G=37.71%
B=26.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981370.0400.310.2267.8734.8665.69
HexBEC689401F16442342
Octal27630621140372610443102
Binary1011111011000110100010011000111111011010001001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC689; }

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

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

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

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

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

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

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

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