#BEC18B

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

Shades of Pine Glade #BEC18B

Tints of Pine Glade #BEC18B

Color information

#BEC18B (or 0xBEC18B) is unknown color: approx Pine Glade. HEX triplet: BE, C1 and 8B. RGB value is (190,193,139). Sum of RGB (Red+Green+Blue) = 190+193+139=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 193 (75.78% from 255 or 36.97% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC18B is #413E74. Grayscale: #BABABA. Windows color (decimal): -4275829 or 9159102. OLE color: 9159102.

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

Color convert

RGB190193139-
CMYK0.0200.280.24
HSL63.33º30.34%65.1%-
HSV(B)63.33º27.98%75.69%-
XYZ44.9750.9531.89-
YUV185.95101.51130.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.40%
GREEN value IS 193 (75.78% from 255) = 36.97%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=36.40%
G=36.97%
B=26.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901931390.0200.280.2463.3330.3465.1
HexBEC18B201C183f1e41
Octal2763012132034307736101
Binary1011111011000001100010111001110011000111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC18B; }

 p { color: rgb(190,193,139); }

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

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

 a { background-color: rgb(190,193,139); }

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

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

 span { border-color: rgb(190,193,139); }

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