#BEC37C

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

Shades of Pine Glade #BEC37C

Tints of Pine Glade #BEC37C

Color information

#BEC37C (or 0xBEC37C) is unknown color: approx Pine Glade. HEX triplet: BE, C3 and 7C. RGB value is (190,195,124). Sum of RGB (Red+Green+Blue) = 190+195+124=509 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.33% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 124 (48.83% from 255 or 24.36% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC37C is #413C83. Grayscale: #B9B9B9. Windows color (decimal): -4275332 or 8176574. OLE color: 8176574.

HSL color Cylindrical-coordinate representation of color #BEC37C: hue angle of 64.23º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BEC37C is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB190195124-
CMYK0.0300.360.24
HSL64.23º37.17%62.55%-
HSV(B)64.23º36.41%76.47%-
XYZ44.3951.4326.66-
YUV185.4193.34131.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.33%
GREEN value IS 195 (76.56% from 255) = 38.31%
BLUE value IS 124 (48.83% from 255) = 24.36%
R=37.33%
G=38.31%
B=24.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951240.0300.360.2464.2337.1762.55
HexBEC37C30241840253f
Octal2763031743044301004577
Binary10111110110000111111100110100100110001000000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC37C; }

 p { color: rgb(190,195,124); }

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

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

 a { background-color: rgb(190,195,124); }

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

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

 span { border-color: rgb(190,195,124); }

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