#BAC0A3

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

Shades of Beryl Green #BAC0A3

Tints of Beryl Green #BAC0A3

Color information

#BAC0A3 (or 0xBAC0A3) is unknown color: approx Beryl Green. HEX triplet: BA, C0 and A3. RGB value is (186,192,163). Sum of RGB (Red+Green+Blue) = 186+192+163=541 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.38% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC0A3 is #453F5C. Grayscale: #BBBBBB. Windows color (decimal): -4538205 or 10731706. OLE color: 10731706.

HSL color Cylindrical-coordinate representation of color #BAC0A3: hue angle of 72.41º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC0A3 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB186192163-
CMYK0.0300.150.25
HSL72.41º18.71%69.61%-
HSV(B)72.41º15.1%75.29%-
XYZ45.7150.7842.04-
YUV186.9114.51127.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.38%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 163 (64.06% from 255) = 30.13%
R=34.38%
G=35.49%
B=30.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1861921630.0300.150.2572.4118.7169.61
HexBAC0A330F19481346
Octal27230024330173111023106
Binary1011101011000000101000111101111110011001000100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0A3; }

 p { color: rgb(186,192,163); }

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

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

 a { background-color: rgb(186,192,163); }

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

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

 span { border-color: rgb(186,192,163); }

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