#BAC1A4

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

Shades of Beryl Green #BAC1A4

Tints of Beryl Green #BAC1A4

Color information

#BAC1A4 (or 0xBAC1A4) is unknown color: approx Beryl Green. HEX triplet: BA, C1 and A4. RGB value is (186,193,164). Sum of RGB (Red+Green+Blue) = 186+193+164=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 164 (64.45% from 255 or 30.20% from 543); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC1A4 is #453E5B. Grayscale: #BBBBBB. Windows color (decimal): -4537948 or 10797498. OLE color: 10797498.

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

Color convert

RGB186193164-
CMYK0.0400.150.24
HSL74.48º18.95%70%-
HSV(B)74.48º15.03%75.69%-
XYZ46.0251.2642.59-
YUV187.6114.68126.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 193 (75.78% from 255) = 35.54%
BLUE value IS 164 (64.45% from 255) = 30.20%
R=34.25%
G=35.54%
B=30.20%

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
Decimal1861931640.0400.150.2474.4818.9570
HexBAC1A440F184a1346
Octal27230124440173011223106
Binary10111010110000011010010010001111110001001010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC1A4; }

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

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

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

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

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

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

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

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