#BEC68A

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

Shades of Pine Glade #BEC68A

Tints of Pine Glade #BEC68A

Color information

#BEC68A (or 0xBEC68A) is unknown color: approx Pine Glade. HEX triplet: BE, C6 and 8A. RGB value is (190,198,138). Sum of RGB (Red+Green+Blue) = 190+198+138=526 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.12% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 138 (54.30% from 255 or 26.24% from 526); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC68A is #413975. Grayscale: #BDBDBD. Windows color (decimal): -4274550 or 9094846. OLE color: 9094846.

HSL color Cylindrical-coordinate representation of color #BEC68A: hue angle of 68º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEC68A is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB190198138-
CMYK0.0400.300.22
HSL68º34.48%65.88%-
HSV(B)68º30.3%77.65%-
XYZ46.0253.1731.88-
YUV188.7799.35128.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.12%
GREEN value IS 198 (77.73% from 255) = 37.64%
BLUE value IS 138 (54.30% from 255) = 26.24%
R=36.12%
G=37.64%
B=26.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981380.0400.300.226834.4865.88
HexBEC68A401E16442242
Octal27630621240362610442102
Binary1011111011000110100010101000111101011010001001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC68A; }

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

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

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

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

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

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

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

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