#BAC19F

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

Shades of Beryl Green #BAC19F

Tints of Beryl Green #BAC19F

Color information

#BAC19F (or 0xBAC19F) is unknown color: approx Beryl Green. HEX triplet: BA, C1 and 9F. RGB value is (186,193,159). Sum of RGB (Red+Green+Blue) = 186+193+159=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 193 (75.78% from 255 or 35.87% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC19F is #453E60. Grayscale: #BBBBBB. Windows color (decimal): -4537953 or 10469818. OLE color: 10469818.

HSL color Cylindrical-coordinate representation of color #BAC19F: hue angle of 72.35º 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 #BAC19F is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB186193159-
CMYK0.0400.180.24
HSL72.35º21.52%69.02%-
HSV(B)72.35º17.62%75.69%-
XYZ45.5851.0840.26-
YUV187.03112.18127.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 193 (75.78% from 255) = 35.87%
BLUE value IS 159 (62.5% from 255) = 29.55%
R=34.57%
G=35.87%
B=29.55%

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
Decimal1861931590.0400.180.2472.3521.5269.02
HexBAC19F401218481645
Octal27230123740223011026105
Binary101110101100000110011111100010010110001001000101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC19F; }

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

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

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

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

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

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

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

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