#BECB7E

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

Shades of Pine Glade #BECB7E

Tints of Pine Glade #BECB7E

Color information

#BECB7E (or 0xBECB7E) is unknown color: approx Pine Glade. HEX triplet: BE, CB and 7E. RGB value is (190,203,126). Sum of RGB (Red+Green+Blue) = 190+203+126=519 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.61% from 519); Green value is 203 (79.69% from 255 or 39.11% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB7E is #413481. Grayscale: #BEBEBE. Windows color (decimal): -4273282 or 8309694. OLE color: 8309694.

HSL color Cylindrical-coordinate representation of color #BECB7E: hue angle of 70.13º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BECB7E is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB190203126-
CMYK0.0600.380.20
HSL70.13º42.54%64.51%-
HSV(B)70.13º37.93%79.61%-
XYZ46.3655.1727.94-
YUV190.3391.69127.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.61%
GREEN value IS 203 (79.69% from 255) = 39.11%
BLUE value IS 126 (49.61% from 255) = 24.28%
R=36.61%
G=39.11%
B=24.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1902031260.0600.380.2070.1342.5464.51
HexBECB7E602614462b41
Octal27631317660462410653101
Binary1011111011001011111111011001001101010010001101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECB7E; }

 p { color: rgb(190,203,126); }

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

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

 a { background-color: rgb(190,203,126); }

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

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

 span { border-color: rgb(190,203,126); }

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