#BEC470

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

Shades of Pine Glade #BEC470

Tints of Pine Glade #BEC470

Color information

#BEC470 (or 0xBEC470) is unknown color: approx Pine Glade. HEX triplet: BE, C4 and 70. RGB value is (190,196,112). Sum of RGB (Red+Green+Blue) = 190+196+112=498 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.15% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC470 is #413B8F. Grayscale: #B8B8B8. Windows color (decimal): -4275088 or 7390398. OLE color: 7390398.

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

Color convert

RGB190196112-
CMYK0.0300.430.23
HSL64.29º41.58%60.39%-
HSV(B)64.29º42.86%76.86%-
XYZ43.951.622.97-
YUV184.6387.01131.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.15%
GREEN value IS 196 (76.95% from 255) = 39.36%
BLUE value IS 112 (44.14% from 255) = 22.49%
R=38.15%
G=39.36%
B=22.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961120.0300.430.2364.2941.5860.39
HexBEC470302B17402a3c
Octal2763041603053271005274
Binary10111110110001001110000110101011101111000000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC470; }

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

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

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

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

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

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

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

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