#BEC878

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

Shades of Pine Glade #BEC878

Tints of Pine Glade #BEC878

Color information

#BEC878 (or 0xBEC878) is unknown color: approx Pine Glade. HEX triplet: BE, C8 and 78. RGB value is (190,200,120). Sum of RGB (Red+Green+Blue) = 190+200+120=510 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.25% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC878 is #413787. Grayscale: #BCBCBC. Windows color (decimal): -4274056 or 7915710. OLE color: 7915710.

HSL color Cylindrical-coordinate representation of color #BEC878: hue angle of 67.5º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEC878 is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB190200120-
CMYK0.0500.40.22
HSL67.5º42.11%62.75%-
HSV(B)67.5º40%78.43%-
XYZ45.2853.6125.73-
YUV187.8989.69129.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.25%
GREEN value IS 200 (78.52% from 255) = 39.22%
BLUE value IS 120 (47.27% from 255) = 23.53%
R=37.25%
G=39.22%
B=23.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1902001200.0500.40.2267.542.1162.75
HexBEC878502816442a3f
Octal2763101705050261045277
Binary101111101100100011110001010101000101101000100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC878; }

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

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

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

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

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

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

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

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