#BAC2A4

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

Shades of Beryl Green #BAC2A4

Tints of Beryl Green #BAC2A4

Color information

#BAC2A4 (or 0xBAC2A4) is unknown color: approx Beryl Green. HEX triplet: BA, C2 and A4. RGB value is (186,194,164). Sum of RGB (Red+Green+Blue) = 186+194+164=544 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.19% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 164 (64.45% from 255 or 30.15% from 544); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC2A4 is #453D5B. Grayscale: #BCBCBC. Windows color (decimal): -4537692 or 10797754. OLE color: 10797754.

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

Color convert

RGB186194164-
CMYK0.0400.150.24
HSL76º19.74%70.2%-
HSV(B)76º15.46%76.08%-
XYZ46.2451.742.66-
YUV188.19114.35126.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.19%
GREEN value IS 194 (76.17% from 255) = 35.66%
BLUE value IS 164 (64.45% from 255) = 30.15%
R=34.19%
G=35.66%
B=30.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861941640.0400.150.247619.7470.2
HexBAC2A440F184c1446
Octal27230224440173011424106
Binary10111010110000101010010010001111110001001100101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC2A4; }

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

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

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

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

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

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

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

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