#BEC478

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

Shades of Pine Glade #BEC478

Tints of Pine Glade #BEC478

Color information

#BEC478 (or 0xBEC478) is unknown color: approx Pine Glade. HEX triplet: BE, C4 and 78. RGB value is (190,196,120). Sum of RGB (Red+Green+Blue) = 190+196+120=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC478 is #413B87. Grayscale: #B9B9B9. Windows color (decimal): -4275080 or 7914686. OLE color: 7914686.

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

Color convert

RGB190196120-
CMYK0.0300.390.23
HSL64.74º39.18%61.96%-
HSV(B)64.74º38.78%76.86%-
XYZ44.3751.7825.43-
YUV185.5491.01131.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 196 (76.95% from 255) = 38.74%
BLUE value IS 120 (47.27% from 255) = 23.72%
R=37.55%
G=38.74%
B=23.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901961200.0300.390.2364.7439.1861.96
HexBEC47830271741273e
Octal2763041703047271014776
Binary10111110110001001111000110100111101111000001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC478; }

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

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

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

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

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

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

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

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