#BEC676

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

Shades of Pine Glade #BEC676

Tints of Pine Glade #BEC676

Color information

#BEC676 (or 0xBEC676) is unknown color: approx Pine Glade. HEX triplet: BE, C6 and 76. RGB value is (190,198,118). Sum of RGB (Red+Green+Blue) = 190+198+118=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC676 is #413989. Grayscale: #BABABA. Windows color (decimal): -4274570 or 7784126. OLE color: 7784126.

HSL color Cylindrical-coordinate representation of color #BEC676: hue angle of 66º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEC676 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB190198118-
CMYK0.0400.400.22
HSL66º41.24%61.96%-
HSV(B)66º40.4%77.65%-
XYZ44.752.6424.94-
YUV186.4989.35130.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 198 (77.73% from 255) = 39.13%
BLUE value IS 118 (46.48% from 255) = 23.32%
R=37.55%
G=39.13%
B=23.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981180.0400.400.226641.2461.96
HexBEC67640281642293e
Octal2763061664050261025176
Binary101111101100011011101101000101000101101000010101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC676; }

 p { color: rgb(190,198,118); }

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

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

 a { background-color: rgb(190,198,118); }

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

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

 span { border-color: rgb(190,198,118); }

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