#BEC47A

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

Shades of Pine Glade #BEC47A

Tints of Pine Glade #BEC47A

Color information

#BEC47A (or 0xBEC47A) is unknown color: approx Pine Glade. HEX triplet: BE, C4 and 7A. RGB value is (190,196,122). Sum of RGB (Red+Green+Blue) = 190+196+122=508 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.40% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC47A is #413B85. Grayscale: #BABABA. Windows color (decimal): -4275078 or 8045758. OLE color: 8045758.

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

Color convert

RGB190196122-
CMYK0.0300.380.23
HSL64.86º38.54%62.35%-
HSV(B)64.86º37.76%76.86%-
XYZ44.4951.8326.07-
YUV185.7792.01131.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.40%
GREEN value IS 196 (76.95% from 255) = 38.58%
BLUE value IS 122 (48.05% from 255) = 24.02%
R=37.40%
G=38.58%
B=24.02%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961220.0300.380.2364.8638.5462.35
HexBEC47A30261741273e
Octal2763041723046271014776
Binary10111110110001001111010110100110101111000001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC47A; }

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

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

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

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

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

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

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

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