#BEC485

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

Shades of Pine Glade #BEC485

Tints of Pine Glade #BEC485

Color information

#BEC485 (or 0xBEC485) is unknown color: approx Pine Glade. HEX triplet: BE, C4 and 85. RGB value is (190,196,133). Sum of RGB (Red+Green+Blue) = 190+196+133=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC485 is #413B7A. Grayscale: #BBBBBB. Windows color (decimal): -4275067 or 8766654. OLE color: 8766654.

HSL color Cylindrical-coordinate representation of color #BEC485: hue angle of 65.71º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEC485 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB190196133-
CMYK0.0300.320.23
HSL65.71º34.81%64.51%-
HSV(B)65.71º32.14%76.86%-
XYZ45.2152.1229.87-
YUV187.0297.51130.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 196 (76.95% from 255) = 37.76%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=36.61%
G=37.76%
B=25.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961330.0300.320.2365.7134.8164.51
HexBEC485302017422341
Octal27630420530402710243101
Binary1011111011000100100001011101000001011110000101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC485; }

 p { color: rgb(190,196,133); }

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

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

 a { background-color: rgb(190,196,133); }

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

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

 span { border-color: rgb(190,196,133); }

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