#BEC473

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

Shades of Pine Glade #BEC473

Tints of Pine Glade #BEC473

Color information

#BEC473 (or 0xBEC473) is unknown color: approx Pine Glade. HEX triplet: BE, C4 and 73. RGB value is (190,196,115). Sum of RGB (Red+Green+Blue) = 190+196+115=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 115 (45.31% from 255 or 22.95% from 501); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC473 is #413B8C. Grayscale: #B9B9B9. Windows color (decimal): -4275085 or 7587006. OLE color: 7587006.

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

Color convert

RGB190196115-
CMYK0.0300.410.23
HSL64.44º40.7%60.98%-
HSV(B)64.44º41.33%76.86%-
XYZ44.0751.6623.87-
YUV184.9788.51131.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.92%
GREEN value IS 196 (76.95% from 255) = 39.12%
BLUE value IS 115 (45.31% from 255) = 22.95%
R=37.92%
G=39.12%
B=22.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961150.0300.410.2364.4440.760.98
HexBEC47330291740293d
Octal2763041633051271005175
Binary10111110110001001110011110101001101111000000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC473; }

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

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

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

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

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

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

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

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