#BAC3A1

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

Shades of Beryl Green #BAC3A1

Tints of Beryl Green #BAC3A1

Color information

#BAC3A1 (or 0xBAC3A1) is unknown color: approx Beryl Green. HEX triplet: BA, C3 and A1. RGB value is (186,195,161). Sum of RGB (Red+Green+Blue) = 186+195+161=542 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.32% from 542); Green value is 195 (76.56% from 255 or 35.98% from 542); Blue value is 161 (63.28% from 255 or 29.70% from 542); Max value from RGB is 195 - color contains mainly: green. Hex color #BAC3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC3A1 is #453C5E. Grayscale: #BCBCBC. Windows color (decimal): -4537439 or 10601402. OLE color: 10601402.

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

Color convert

RGB186195161-
CMYK0.0500.170.24
HSL75.88º22.08%69.8%-
HSV(B)75.88º17.44%76.47%-
XYZ46.252.0441.33-
YUV188.43112.52126.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.32%
GREEN value IS 195 (76.56% from 255) = 35.98%
BLUE value IS 161 (63.28% from 255) = 29.70%
R=34.32%
G=35.98%
B=29.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861951610.0500.170.2475.8822.0869.8
HexBAC3A15011184c1646
Octal27230324150213011426106
Binary101110101100001110100001101010001110001001100101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC3A1; }

 p { color: rgb(186,195,161); }

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

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

 a { background-color: rgb(186,195,161); }

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

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

 span { border-color: rgb(186,195,161); }

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