#BEC48A

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

Shades of Pine Glade #BEC48A

Tints of Pine Glade #BEC48A

Color information

#BEC48A (or 0xBEC48A) is unknown color: approx Pine Glade. HEX triplet: BE, C4 and 8A. RGB value is (190,196,138). Sum of RGB (Red+Green+Blue) = 190+196+138=524 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.26% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC48A is #413B75. Grayscale: #BBBBBB. Windows color (decimal): -4275062 or 9094334. OLE color: 9094334.

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

Color convert

RGB190196138-
CMYK0.0300.300.23
HSL66.21º32.95%65.49%-
HSV(B)66.21º29.59%76.86%-
XYZ45.5652.2631.73-
YUV187.59100.01129.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.26%
GREEN value IS 196 (76.95% from 255) = 37.40%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=36.26%
G=37.40%
B=26.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961380.0300.300.2366.2132.9565.49
HexBEC48A301E17422141
Octal27630421230362710241101
Binary101111101100010010001010110111101011110000101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC48A; }

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

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

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

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

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

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

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

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