#BEC27F

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

Shades of Pine Glade #BEC27F

Tints of Pine Glade #BEC27F

Color information

#BEC27F (or 0xBEC27F) is unknown color: approx Pine Glade. HEX triplet: BE, C2 and 7F. RGB value is (190,194,127). Sum of RGB (Red+Green+Blue) = 190+194+127=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC27F is #413D80. Grayscale: #B9B9B9. Windows color (decimal): -4275585 or 8372926. OLE color: 8372926.

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

Color convert

RGB190194127-
CMYK0.0200.350.24
HSL63.58º35.45%62.94%-
HSV(B)63.58º34.54%76.08%-
XYZ44.3651.0627.6-
YUV185.1795.17131.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 194 (76.17% from 255) = 37.96%
BLUE value IS 127 (50% from 255) = 24.85%
R=37.18%
G=37.96%
B=24.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901941270.0200.350.2463.5835.4562.94
HexBEC27F20231840233f
Octal2763021772043301004377
Binary10111110110000101111111100100011110001000000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC27F; }

 p { color: rgb(190,194,127); }

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

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

 a { background-color: rgb(190,194,127); }

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

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

 span { border-color: rgb(190,194,127); }

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