#bec6a0

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

Shades of Beryl Green #BEC6A0

Tints of Beryl Green #BEC6A0

Color information

#BEC6A0 (or 0xBEC6A0) is unknown color: approx Beryl Green. HEX triplet: BE, C6 and A0. RGB value is (190,198,160). Sum of RGB (Red+Green+Blue) = 190+198+160=548 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.67% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC6A0 is #41395F. Grayscale: #BFBFBF. Windows color (decimal): -4274528 or 10536638. OLE color: 10536638.

HSL color Cylindrical-coordinate representation of color #BEC6A0: hue angle of 72.63º degrees, saturation: 0.25, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC6A0 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB190198160-
CMYK0.0400.190.22
HSL72.63º25%70.2%-
HSV(B)72.63º19.19%77.65%-
XYZ47.7753.8741.14-
YUV191.28110.35127.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.67%
GREEN value IS 198 (77.73% from 255) = 36.13%
BLUE value IS 160 (62.89% from 255) = 29.20%
R=34.67%
G=36.13%
B=29.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901981600.0400.190.2272.632570.2
HexBEC6A0401316491946
Octal27630624040232611131106
Binary101111101100011010100000100010011101101001001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bec6a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bec6a0; }

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

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

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

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

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

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

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

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