#bac29d

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

Shades of Beryl Green #BAC29D

Tints of Beryl Green #BAC29D

Color information

#BAC29D (or 0xBAC29D) is unknown color: approx Beryl Green. HEX triplet: BA, C2 and 9D. RGB value is (186,194,157). Sum of RGB (Red+Green+Blue) = 186+194+157=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC29D is #453D62. Grayscale: #BBBBBB. Windows color (decimal): -4537699 or 10339002. OLE color: 10339002.

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

Color convert

RGB186194157-
CMYK0.0400.190.24
HSL72.97º23.27%68.82%-
HSV(B)72.97º19.07%76.08%-
XYZ45.6351.4639.43-
YUV187.39110.85127.01-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 194 (76.17% from 255) = 36.13%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=34.64%
G=36.13%
B=29.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941570.0400.190.2472.9723.2768.82
HexBAC29D401318491745
Octal27230223540233011127105
Binary101110101100001010011101100010011110001001001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bac29d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bac29d; }

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

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

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

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

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

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

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

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