#BEC0A2

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

Shades of Beryl Green #BEC0A2

Tints of Beryl Green #BEC0A2

Color information

#BEC0A2 (or 0xBEC0A2) is unknown color: approx Beryl Green. HEX triplet: BE, C0 and A2. RGB value is (190,192,162). Sum of RGB (Red+Green+Blue) = 190+192+162=544 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.93% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 162 (63.67% from 255 or 29.78% from 544); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC0A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC0A2 is #413F5D. Grayscale: #BCBCBC. Windows color (decimal): -4276062 or 10666174. OLE color: 10666174.

HSL color Cylindrical-coordinate representation of color #BEC0A2: hue angle of 64º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEC0A2 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB190192162-
CMYK0.0100.160.25
HSL64º19.23%69.41%-
HSV(B)64º15.62%75.29%-
XYZ46.6151.2641.62-
YUV187.98113.34129.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.93%
GREEN value IS 192 (75.39% from 255) = 35.29%
BLUE value IS 162 (63.67% from 255) = 29.78%
R=34.93%
G=35.29%
B=29.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901921620.0100.160.256419.2369.41
HexBEC0A2101019401345
Octal27630024210203110023105
Binary1011111011000000101000101010000110011000000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC0A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC0A2; }

 p { color: rgb(190,192,162); }

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

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

 a { background-color: rgb(190,192,162); }

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

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

 span { border-color: rgb(190,192,162); }

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