#BEC37A

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

Shades of Pine Glade #BEC37A

Tints of Pine Glade #BEC37A

Color information

#BEC37A (or 0xBEC37A) is unknown color: approx Pine Glade. HEX triplet: BE, C3 and 7A. RGB value is (190,195,122). Sum of RGB (Red+Green+Blue) = 190+195+122=507 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.48% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 122 (48.05% from 255 or 24.06% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC37A is #413C85. Grayscale: #B9B9B9. Windows color (decimal): -4275334 or 8045502. OLE color: 8045502.

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

Color convert

RGB190195122-
CMYK0.0300.370.24
HSL64.11º37.82%62.16%-
HSV(B)64.11º37.44%76.47%-
XYZ44.2651.3826-
YUV185.1892.34131.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.48%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 122 (48.05% from 255) = 24.06%
R=37.48%
G=38.46%
B=24.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901951220.0300.370.2464.1137.8262.16
HexBEC37A30251840263e
Octal2763031723045301004676
Binary10111110110000111111010110100101110001000000100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC37A; }

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

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

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

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

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

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

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

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