#BAC19E

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

Shades of Beryl Green #BAC19E

Tints of Beryl Green #BAC19E

Color information

#BAC19E (or 0xBAC19E) is unknown color: approx Beryl Green. HEX triplet: BA, C1 and 9E. RGB value is (186,193,158). Sum of RGB (Red+Green+Blue) = 186+193+158=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 193 (75.78% from 255 or 35.94% from 537); Blue value is 158 (62.11% from 255 or 29.42% from 537); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC19E is #453E61. Grayscale: #BBBBBB. Windows color (decimal): -4537954 or 10404282. OLE color: 10404282.

HSL color Cylindrical-coordinate representation of color #BAC19E: hue angle of 72º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BAC19E is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB186193158-
CMYK0.0400.180.24
HSL72º22.01%68.82%-
HSV(B)72º18.13%75.69%-
XYZ45.4951.0539.8-
YUV186.92111.68127.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 193 (75.78% from 255) = 35.94%
BLUE value IS 158 (62.11% from 255) = 29.42%
R=34.64%
G=35.94%
B=29.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861931580.0400.180.247222.0168.82
HexBAC19E401218481645
Octal27230123640223011026105
Binary101110101100000110011110100010010110001001000101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC19E; }

 p { color: rgb(186,193,158); }

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

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

 a { background-color: rgb(186,193,158); }

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

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

 span { border-color: rgb(186,193,158); }

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