#BEC57D

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

Shades of Pine Glade #BEC57D

Tints of Pine Glade #BEC57D

Color information

#BEC57D (or 0xBEC57D) is unknown color: approx Pine Glade. HEX triplet: BE, C5 and 7D. RGB value is (190,197,125). Sum of RGB (Red+Green+Blue) = 190+197+125=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC57D is #413A82. Grayscale: #BABABA. Windows color (decimal): -4274819 or 8242622. OLE color: 8242622.

HSL color Cylindrical-coordinate representation of color #BEC57D: hue angle of 65.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEC57D is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB190197125-
CMYK0.0400.370.23
HSL65.83º38.3%63.14%-
HSV(B)65.83º36.55%77.25%-
XYZ44.952.3627.14-
YUV186.793.18130.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.11%
GREEN value IS 197 (77.34% from 255) = 38.48%
BLUE value IS 125 (49.22% from 255) = 24.41%
R=37.11%
G=38.48%
B=24.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1901971250.0400.370.2365.8338.363.14
HexBEC57D40251742263f
Octal2763051754045271024677
Binary101111101100010111111011000100101101111000010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC57D; }

 p { color: rgb(190,197,125); }

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

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

 a { background-color: rgb(190,197,125); }

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

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

 span { border-color: rgb(190,197,125); }

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