#BEC7A0

Color #BEC7A0 Beryl Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beryl Green #BEC7A0

Tints of Beryl Green #BEC7A0

Color information

#BEC7A0 (or 0xBEC7A0) is unknown color: approx Beryl Green. HEX triplet: BE, C7 and A0. RGB value is (190,199,160). Sum of RGB (Red+Green+Blue) = 190+199+160=549 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.61% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 160 (62.89% from 255 or 29.14% from 549); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC7A0 is #41385F. Grayscale: #C0C0C0. Windows color (decimal): -4274272 or 10536894. OLE color: 10536894.

HSL color Cylindrical-coordinate representation of color #BEC7A0: hue angle of 73.85º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC7A0 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB190199160-
CMYK0.0500.200.22
HSL73.85º25.83%70.39%-
HSV(B)73.85º19.6%78.04%-
XYZ4854.3341.21-
YUV191.86110.02126.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.61%
GREEN value IS 199 (78.12% from 255) = 36.25%
BLUE value IS 160 (62.89% from 255) = 29.14%
R=34.61%
G=36.25%
B=29.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901991600.0500.200.2273.8525.8370.39
HexBEC7A05014164a1a46
Octal27630724050242611232106
Binary101111101100011110100000101010100101101001010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC7A0; }

 p { color: rgb(190,199,160); }

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

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

 a { background-color: rgb(190,199,160); }

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

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

 span { border-color: rgb(190,199,160); }

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