#BAC29F

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

Shades of Beryl Green #BAC29F

Tints of Beryl Green #BAC29F

Color information

#BAC29F (or 0xBAC29F) is unknown color: approx Beryl Green. HEX triplet: BA, C2 and 9F. RGB value is (186,194,159). Sum of RGB (Red+Green+Blue) = 186+194+159=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC29F is #453D60. Grayscale: #BBBBBB. Windows color (decimal): -4537697 or 10470074. OLE color: 10470074.

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

Color convert

RGB186194159-
CMYK0.0400.180.24
HSL73.71º22.29%69.22%-
HSV(B)73.71º18.04%76.08%-
XYZ45.851.5340.33-
YUV187.62111.85126.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 194 (76.17% from 255) = 35.99%
BLUE value IS 159 (62.5% from 255) = 29.50%
R=34.51%
G=35.99%
B=29.50%

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
Decimal1861941590.0400.180.2473.7122.2969.22
HexBAC29F4012184a1645
Octal27230223740223011226105
Binary101110101100001010011111100010010110001001010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC29F; }

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

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

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

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

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

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

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

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